eslint-config-nodejs-pmb 0.2.8 → 0.3.0

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.
@@ -24,6 +24,7 @@ jobs:
24
24
  with:
25
25
  node-version: ${{ matrix.node-version }}
26
26
  - run: npm install .
27
+ - run: npm audit
27
28
  - run: npm test
28
29
 
29
30
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  { "name": "eslint-config-nodejs-pmb",
2
- "version": "0.2.8",
2
+ "version": "0.3.0",
3
3
  "description": "My favorite eslint rules",
4
4
  "keywords": [],
5
5
 
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "absdir": "^1.0.6",
30
- "eslint-plugin-json-light": "^1.0.3",
30
+ "eslint-plugin-json-light-pmb": "^1.0.4",
31
31
  "eslint-plugin-node": "^11.1.0",
32
32
  "p-fatal": "^0.1.3",
33
33
  "safe-sortedjson": "^1.0.6",
34
34
  "usnam-pmb": "^0.2.5"
35
35
  },
36
36
  "peerDependencies": {
37
- "eslint": "^8.10.0"
37
+ "eslint": "^8.11.0"
38
38
  },
39
39
 
40
40
  "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
@@ -3,7 +3,7 @@
3
3
 
4
4
  module.exports = (function depsHelper(require) {
5
5
  return [
6
- require('eslint-plugin-json-light'),
6
+ require('eslint-plugin-json-light-pmb'),
7
7
  require('eslint-plugin-node'),
8
8
  ];
9
9
  }(String));