node-editorconfig 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.editorconfig +2 -1
  2. package/package.json +1 -1
package/.editorconfig CHANGED
@@ -41,7 +41,8 @@ insert_final_newline = false
41
41
  insert_final_newline = true
42
42
 
43
43
  # [{*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.text}] # https://superuser.com/questions/249436/file-extension-for-markdown-files/285878#285878
44
- [{*.md}]
44
+ # [*.mdc] # https://cursor.com/docs/context/rules#rule-file-structure
45
+ [{*.md,*.mdc}]
45
46
  trim_trailing_whitespace = false # https://stackoverflow.com/editing-help#linebreaks
46
47
 
47
48
  [{*.bat,*.cmd}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-editorconfig",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A generic .editorconfig for Node JS projects. $ npm i -g node-editorconfig ; node-editorconfig",
5
5
  "engines": {
6
6
  "node": ">=22.12.0"