node-editorconfig 1.0.4 → 1.1.3

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 (3) hide show
  1. package/.editorconfig +7 -7
  2. package/.nvmrc +1 -1
  3. package/package.json +3 -3
package/.editorconfig CHANGED
@@ -19,19 +19,19 @@ indent_style = space
19
19
  insert_final_newline = true
20
20
  trim_trailing_whitespace = true
21
21
 
22
- [{.nvmrc,*.svg}]
23
- insert_final_newline = false
22
+ [{.babelrc,bower.json,nodemon.json,package.json,package-lock.json,*.yml}]
23
+ indent_size = 2
24
24
 
25
25
  [Makefile]
26
26
  indent_style = tab
27
27
 
28
- [{package.json,package-lock.json,bower.json,nodemon.json,.babelrc,.travis.yml}]
29
- indent_size = 2
28
+ [{*.json,.nvmrc,*.svg}]
29
+ insert_final_newline = false
30
30
 
31
- [{*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.text}] # https://superuser.com/questions/249436/file-extension-for-markdown-files/285878#285878
32
- trim_trailing_whitespace = false # https://stackoverflow.com/editing-help#linebreaks
31
+ [{*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.text}] # https://superuser.com/questions/249436/file-extension-for-markdown-files/285878#285878
32
+ trim_trailing_whitespace = false # https://stackoverflow.com/editing-help#linebreaks
33
33
 
34
- [node_modules/**]
34
+ [/node_modules/**] # Glob/minimatch pattern to match the "node_modules" directory at the project root
35
35
  charset = unset
36
36
  end_of_line = unset
37
37
  indent_size = unset
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 10.16.0
1
+ 16.13.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-editorconfig",
3
- "version": "1.0.4",
3
+ "version": "1.1.3",
4
4
  "description": "A generic .editorconfig for Node JS projects. $ npm i -g node-editorconfig ; node-editorconfig",
5
5
  "bin": {
6
6
  "node-editorconfig": "./copy-editorconfig-to-cwd.js"
@@ -14,10 +14,10 @@
14
14
  "url": "git+https://github.com/webextensions/node-editorconfig.git"
15
15
  },
16
16
  "dependencies": {
17
- "cp-file": "7.0.0"
17
+ "cp-file": "^9.1.0"
18
18
  },
19
19
  "devDependencies": {
20
- "eslint": "^6.0.1"
20
+ "eslint": "^8.5.0"
21
21
  },
22
22
  "keywords": [
23
23
  "generic",