@so1ve/eslint-config 1.1.1 → 1.2.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.
package/dist/index.cjs CHANGED
@@ -509,6 +509,9 @@ const javascript = ({
509
509
  },
510
510
  sourceType: "module"
511
511
  },
512
+ linterOptions: {
513
+ reportUnusedDisableDirectives: true
514
+ },
512
515
  rules: {
513
516
  // Common
514
517
  "array-bracket-newline": "off",
package/dist/index.mjs CHANGED
@@ -480,6 +480,9 @@ const javascript = ({
480
480
  },
481
481
  sourceType: "module"
482
482
  },
483
+ linterOptions: {
484
+ reportUnusedDisableDirectives: true
485
+ },
483
486
  rules: {
484
487
  // Common
485
488
  "array-bracket-newline": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "description": "Ray's eslint config.",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "toml-eslint-parser": "^0.6.0",
72
72
  "vue-eslint-parser": "^9.3.1",
73
73
  "yaml-eslint-parser": "^1.2.2",
74
- "@so1ve/eslint-plugin": "1.1.1",
75
- "@so1ve/eslint-plugin-sort-imports": "1.1.1"
74
+ "@so1ve/eslint-plugin": "1.2.0",
75
+ "@so1ve/eslint-plugin-sort-imports": "1.2.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "eslint": "^8.46.0"