immosquare-cleaner 0.1.63 → 0.1.64

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 (45) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +2 -2
  4. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +104 -0
  5. data/linters/rubocop-3.4.1.yml +3 -1
  6. data/linters/rubocop.yml +4 -0
  7. data/node_modules/@eslint/config-helpers/LICENSE +201 -0
  8. data/node_modules/@eslint/config-helpers/README.md +97 -0
  9. data/node_modules/@eslint/config-helpers/dist/cjs/index.cjs +546 -0
  10. data/node_modules/@eslint/config-helpers/dist/cjs/index.d.cts +22 -0
  11. data/node_modules/@eslint/config-helpers/dist/cjs/types.cts +31 -0
  12. data/node_modules/@eslint/config-helpers/dist/esm/index.d.ts +22 -0
  13. data/node_modules/@eslint/config-helpers/dist/esm/index.js +544 -0
  14. data/node_modules/@eslint/config-helpers/dist/esm/types.d.ts +23 -0
  15. data/node_modules/@eslint/config-helpers/dist/esm/types.ts +31 -0
  16. data/node_modules/@eslint/config-helpers/package.json +60 -0
  17. data/node_modules/@eslint/js/package.json +1 -1
  18. data/node_modules/eslint/README.md +6 -4
  19. data/node_modules/eslint/lib/config-api.js +12 -0
  20. data/node_modules/eslint/lib/languages/js/source-code/source-code.js +18 -14
  21. data/node_modules/eslint/lib/rules/no-console.js +19 -11
  22. data/node_modules/eslint/lib/rules/no-native-reassign.js +1 -1
  23. data/node_modules/eslint/lib/rules/no-negated-in-lhs.js +1 -1
  24. data/node_modules/eslint/lib/types/config-api.d.ts +8 -0
  25. data/node_modules/eslint/lib/types/rules.d.ts +5199 -0
  26. data/node_modules/eslint/package.json +14 -6
  27. data/node_modules/eslint-scope/README.md +4 -3
  28. data/node_modules/eslint-scope/dist/eslint-scope.cjs +59 -2
  29. data/node_modules/eslint-scope/lib/index.js +1 -0
  30. data/node_modules/eslint-scope/lib/referencer.js +52 -0
  31. data/node_modules/eslint-scope/lib/scope-manager.js +4 -0
  32. data/node_modules/eslint-scope/lib/scope.js +1 -1
  33. data/node_modules/eslint-scope/lib/version.js +1 -1
  34. data/node_modules/eslint-scope/package.json +1 -1
  35. data/package.json +2 -2
  36. metadata +16 -11
  37. data/node_modules/eslint/lib/types/rules/best-practices.d.ts +0 -1143
  38. data/node_modules/eslint/lib/types/rules/deprecated.d.ts +0 -252
  39. data/node_modules/eslint/lib/types/rules/ecmascript-6.d.ts +0 -647
  40. data/node_modules/eslint/lib/types/rules/index.d.ts +0 -50
  41. data/node_modules/eslint/lib/types/rules/node-commonjs.d.ts +0 -171
  42. data/node_modules/eslint/lib/types/rules/possible-errors.d.ts +0 -685
  43. data/node_modules/eslint/lib/types/rules/strict-mode.d.ts +0 -38
  44. data/node_modules/eslint/lib/types/rules/stylistic-issues.d.ts +0 -2043
  45. data/node_modules/eslint/lib/types/rules/variables.d.ts +0 -234
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint",
3
- "version": "9.21.0",
3
+ "version": "9.22.0",
4
4
  "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5
5
  "description": "An AST-based pattern checker for JavaScript.",
6
6
  "type": "commonjs",
@@ -14,13 +14,17 @@
14
14
  "types": "./lib/types/index.d.ts",
15
15
  "default": "./lib/api.js"
16
16
  },
17
+ "./config": {
18
+ "types": "./lib/types/config-api.d.ts",
19
+ "default": "./lib/config-api.js"
20
+ },
17
21
  "./package.json": "./package.json",
18
22
  "./use-at-your-own-risk": {
19
23
  "types": "./lib/types/use-at-your-own-risk.d.ts",
20
24
  "default": "./lib/unsupported-api.js"
21
25
  },
22
26
  "./rules": {
23
- "types": "./lib/types/rules/index.d.ts"
27
+ "types": "./lib/types/rules.d.ts"
24
28
  },
25
29
  "./universal": {
26
30
  "types": "./lib/types/universal.d.ts",
@@ -33,10 +37,13 @@
33
37
  "./lib/types/use-at-your-own-risk.d.ts"
34
38
  ],
35
39
  "rules": [
36
- "./lib/types/rules/index.d.ts"
40
+ "./lib/types/rules.d.ts"
37
41
  ],
38
42
  "universal": [
39
43
  "./lib/types/universal.d.ts"
44
+ ],
45
+ "config": [
46
+ "./lib/types/config-api.d.ts"
40
47
  ]
41
48
  }
42
49
  },
@@ -77,7 +84,7 @@
77
84
  "lib/rules/*.js": [
78
85
  "node tools/update-eslint-all.js",
79
86
  "node tools/update-rule-type-headers.js",
80
- "git add packages/js/src/configs/eslint-all.js \"lib/types/rules/*.ts\""
87
+ "git add packages/js/src/configs/eslint-all.js lib/types/rules.d.ts"
81
88
  ],
82
89
  "docs/src/rules/*.md": [
83
90
  "node tools/check-rule-examples.js",
@@ -102,9 +109,10 @@
102
109
  "@eslint-community/eslint-utils": "^4.2.0",
103
110
  "@eslint-community/regexpp": "^4.12.1",
104
111
  "@eslint/config-array": "^0.19.2",
112
+ "@eslint/config-helpers": "^0.1.0",
105
113
  "@eslint/core": "^0.12.0",
106
114
  "@eslint/eslintrc": "^3.3.0",
107
- "@eslint/js": "9.21.0",
115
+ "@eslint/js": "9.22.0",
108
116
  "@eslint/plugin-kit": "^0.2.7",
109
117
  "@humanfs/node": "^0.16.6",
110
118
  "@humanwhocodes/module-importer": "^1.0.1",
@@ -116,7 +124,7 @@
116
124
  "cross-spawn": "^7.0.6",
117
125
  "debug": "^4.3.2",
118
126
  "escape-string-regexp": "^4.0.0",
119
- "eslint-scope": "^8.2.0",
127
+ "eslint-scope": "^8.3.0",
120
128
  "eslint-visitor-keys": "^4.2.0",
121
129
  "espree": "^10.3.0",
122
130
  "esquery": "^1.5.0",
@@ -37,6 +37,7 @@ In order to analyze scope, you'll need to have an [ESTree](https://github.com/es
37
37
  * `sourceType` (default: `"script"`) - The type of JavaScript file to evaluate. Change to `"module"` for ECMAScript module code.
38
38
  * `childVisitorKeys` (default: `null`) - An object with visitor key information (like [`eslint-visitor-keys`](https://github.com/eslint/js/tree/main/packages/eslint-visitor-keys)). Without this, `eslint-scope` finds child nodes to visit algorithmically. Providing this option is a performance enhancement.
39
39
  * `fallback` (default: `"iteration"`) - The strategy to use when `childVisitorKeys` is not specified. May be a function.
40
+ * `jsx` (default: `false`) - Enables the tracking of JSX components as variable references.
40
41
 
41
42
  Example:
42
43
 
@@ -99,9 +100,9 @@ to get your logo on our READMEs and [website](https://eslint.org/sponsors).
99
100
 
100
101
  <h3>Platinum Sponsors</h3>
101
102
  <p><a href="https://automattic.com"><img src="https://images.opencollective.com/automattic/d0ef3e1/logo.png" alt="Automattic" height="128"></a> <a href="https://www.airbnb.com/"><img src="https://images.opencollective.com/airbnb/d327d66/logo.png" alt="Airbnb" height="128"></a></p><h3>Gold Sponsors</h3>
102
- <p><a href="https://trunk.io/"><img src="https://images.opencollective.com/trunkio/fb92d60/avatar.png" alt="trunk.io" height="96"></a></p><h3>Silver Sponsors</h3>
103
- <p><a href="https://www.jetbrains.com/"><img src="https://images.opencollective.com/jetbrains/fe76f99/logo.png" alt="JetBrains" height="64"></a> <a href="https://liftoff.io/"><img src="https://images.opencollective.com/liftoff/5c4fa84/logo.png" alt="Liftoff" height="64"></a> <a href="https://americanexpress.io"><img src="https://avatars.githubusercontent.com/u/3853301?v=4" alt="American Express" height="64"></a> <a href="https://www.workleap.com"><img src="https://avatars.githubusercontent.com/u/53535748?u=d1e55d7661d724bf2281c1bfd33cb8f99fe2465f&v=4" alt="Workleap" height="64"></a></p><h3>Bronze Sponsors</h3>
104
- <p><a href="https://www.wordhint.net/"><img src="https://images.opencollective.com/wordhint/be86813/avatar.png" alt="WordHint" height="32"></a> <a href="https://www.crosswordsolver.org/anagram-solver/"><img src="https://images.opencollective.com/anagram-solver/2666271/logo.png" alt="Anagram Solver" height="32"></a> <a href="https://icons8.com/"><img src="https://images.opencollective.com/icons8/7fa1641/logo.png" alt="Icons8" height="32"></a> <a href="https://discord.com"><img src="https://images.opencollective.com/discordapp/f9645d9/logo.png" alt="Discord" height="32"></a> <a href="https://www.gitbook.com"><img src="https://avatars.githubusercontent.com/u/7111340?v=4" alt="GitBook" height="32"></a> <a href="https://nx.dev"><img src="https://avatars.githubusercontent.com/u/23692104?v=4" alt="Nx" height="32"></a> <a href="https://herocoders.com"><img src="https://avatars.githubusercontent.com/u/37549774?v=4" alt="HeroCoders" height="32"></a></p>
103
+ <p><a href="https://qlty.sh/"><img src="https://images.opencollective.com/qltysh/33d157d/logo.png" alt="Qlty Software" height="96"></a> <a href="https://trunk.io/"><img src="https://images.opencollective.com/trunkio/fb92d60/avatar.png" alt="trunk.io" height="96"></a> <a href="https://shopify.engineering/"><img src="https://avatars.githubusercontent.com/u/8085" alt="Shopify" height="96"></a></p><h3>Silver Sponsors</h3>
104
+ <p><a href="https://vite.dev/"><img src="https://images.opencollective.com/vite/e6d15e1/logo.png" alt="Vite" height="64"></a> <a href="https://www.jetbrains.com/"><img src="https://images.opencollective.com/jetbrains/fe76f99/logo.png" alt="JetBrains" height="64"></a> <a href="https://liftoff.io/"><img src="https://images.opencollective.com/liftoff/5c4fa84/logo.png" alt="Liftoff" height="64"></a> <a href="https://stackblitz.com"><img src="https://avatars.githubusercontent.com/u/28635252" alt="StackBlitz" height="64"></a></p><h3>Bronze Sponsors</h3>
105
+ <p><a href="https://cybozu.co.jp/"><img src="https://images.opencollective.com/cybozu/933e46d/logo.png" alt="Cybozu" height="32"></a> <a href="https://www.crosswordsolver.org/anagram-solver/"><img src="https://images.opencollective.com/anagram-solver/2666271/logo.png" alt="Anagram Solver" height="32"></a> <a href="https://icons8.com/"><img src="https://images.opencollective.com/icons8/7fa1641/logo.png" alt="Icons8" height="32"></a> <a href="https://discord.com"><img src="https://images.opencollective.com/discordapp/f9645d9/logo.png" alt="Discord" height="32"></a> <a href="https://www.gitbook.com"><img src="https://avatars.githubusercontent.com/u/7111340" alt="GitBook" height="32"></a> <a href="https://nolebase.ayaka.io"><img src="https://avatars.githubusercontent.com/u/11081491" alt="Neko" height="32"></a> <a href="https://nx.dev"><img src="https://avatars.githubusercontent.com/u/23692104" alt="Nx" height="32"></a> <a href="https://opensource.mercedes-benz.com/"><img src="https://avatars.githubusercontent.com/u/34240465" alt="Mercedes-Benz Group" height="32"></a> <a href="https://herocoders.com"><img src="https://avatars.githubusercontent.com/u/37549774" alt="HeroCoders" height="32"></a> <a href="https://www.lambdatest.com"><img src="https://avatars.githubusercontent.com/u/171592363" alt="LambdaTest" height="32"></a></p>
105
106
  <h3>Technology Sponsors</h3>
106
107
  Technology sponsors allow us to use their products and services for free as part of a contribution to the open source ecosystem and our work.
107
108
  <p><a href="https://netlify.com"><img src="https://raw.githubusercontent.com/eslint/eslint.org/main/src/assets/images/techsponsors/netlify-icon.svg" alt="Netlify" height="32"></a> <a href="https://algolia.com"><img src="https://raw.githubusercontent.com/eslint/eslint.org/main/src/assets/images/techsponsors/algolia-icon.svg" alt="Algolia" height="32"></a> <a href="https://1password.com"><img src="https://raw.githubusercontent.com/eslint/eslint.org/main/src/assets/images/techsponsors/1password-icon.svg" alt="1Password" height="32"></a></p>
@@ -774,7 +774,7 @@ class Scope {
774
774
  __referencing(node, assign, writeExpr, maybeImplicitGlobal, partial, init) {
775
775
 
776
776
  // because Array element may be null
777
- if (!node || node.type !== Syntax$2.Identifier) {
777
+ if (!node || (node.type !== Syntax$2.Identifier && node.type !== "JSXIdentifier")) {
778
778
  return;
779
779
  }
780
780
 
@@ -1174,6 +1174,10 @@ class ScopeManager {
1174
1174
  return this.__options.ignoreEval;
1175
1175
  }
1176
1176
 
1177
+ __isJSXEnabled() {
1178
+ return this.__options.jsx === true;
1179
+ }
1180
+
1177
1181
  isGlobalReturn() {
1178
1182
  return this.__options.nodejsScope || this.__options.sourceType === "commonjs";
1179
1183
  }
@@ -2154,11 +2158,63 @@ class Referencer extends esrecurse__default["default"].Visitor {
2154
2158
 
2155
2159
  // do nothing.
2156
2160
  }
2161
+
2162
+ JSXIdentifier(node) {
2163
+
2164
+ // Special case: "this" should not count as a reference
2165
+ if (this.scopeManager.__isJSXEnabled() && node.name !== "this") {
2166
+ this.currentScope().__referencing(node);
2167
+ }
2168
+ }
2169
+
2170
+ JSXMemberExpression(node) {
2171
+ this.visit(node.object);
2172
+ }
2173
+
2174
+ JSXElement(node) {
2175
+ if (this.scopeManager.__isJSXEnabled()) {
2176
+ this.visit(node.openingElement);
2177
+ node.children.forEach(this.visit, this);
2178
+ } else {
2179
+ this.visitChildren(node);
2180
+ }
2181
+ }
2182
+
2183
+ JSXOpeningElement(node) {
2184
+ if (this.scopeManager.__isJSXEnabled()) {
2185
+
2186
+ const nameNode = node.name;
2187
+ const isComponentName = nameNode.type === "JSXIdentifier" && nameNode.name[0].toUpperCase() === nameNode.name[0];
2188
+ const isComponent = isComponentName || nameNode.type === "JSXMemberExpression";
2189
+
2190
+ // we only want to visit JSXIdentifier nodes if they are capitalized
2191
+ if (isComponent) {
2192
+ this.visit(nameNode);
2193
+ }
2194
+ }
2195
+
2196
+ node.attributes.forEach(this.visit, this);
2197
+ }
2198
+
2199
+ JSXAttribute(node) {
2200
+ if (node.value) {
2201
+ this.visit(node.value);
2202
+ }
2203
+ }
2204
+
2205
+ JSXExpressionContainer(node) {
2206
+ this.visit(node.expression);
2207
+ }
2208
+
2209
+ JSXNamespacedName(node) {
2210
+ this.visit(node.namespace);
2211
+ this.visit(node.name);
2212
+ }
2157
2213
  }
2158
2214
 
2159
2215
  /* vim: set sw=4 ts=4 et tw=80 : */
2160
2216
 
2161
- const version = "8.2.0";
2217
+ const version = "8.3.0";
2162
2218
 
2163
2219
  /*
2164
2220
  Copyright (C) 2012-2014 Yusuke Suzuki <utatane.tea@gmail.com>
@@ -2252,6 +2308,7 @@ function updateDeeply(target, override) {
2252
2308
  * (if ecmaVersion >= 5).
2253
2309
  * @param {string} [providedOptions.sourceType='script'] the source type of the script. one of 'script', 'module', and 'commonjs'
2254
2310
  * @param {number} [providedOptions.ecmaVersion=5] which ECMAScript version is considered
2311
+ * @param {boolean} [providedOptions.jsx=false] support JSX references
2255
2312
  * @param {Object} [providedOptions.childVisitorKeys=null] Additional known visitor keys. See [esrecurse](https://github.com/estools/esrecurse)'s the `childVisitorKeys` option.
2256
2313
  * @param {string} [providedOptions.fallback='iteration'] A kind of the fallback in order to encounter with unknown node. See [esrecurse](https://github.com/estools/esrecurse)'s the `fallback` option.
2257
2314
  * @returns {ScopeManager} ScopeManager
@@ -121,6 +121,7 @@ function updateDeeply(target, override) {
121
121
  * (if ecmaVersion >= 5).
122
122
  * @param {string} [providedOptions.sourceType='script'] the source type of the script. one of 'script', 'module', and 'commonjs'
123
123
  * @param {number} [providedOptions.ecmaVersion=5] which ECMAScript version is considered
124
+ * @param {boolean} [providedOptions.jsx=false] support JSX references
124
125
  * @param {Object} [providedOptions.childVisitorKeys=null] Additional known visitor keys. See [esrecurse](https://github.com/estools/esrecurse)'s the `childVisitorKeys` option.
125
126
  * @param {string} [providedOptions.fallback='iteration'] A kind of the fallback in order to encounter with unknown node. See [esrecurse](https://github.com/estools/esrecurse)'s the `fallback` option.
126
127
  * @returns {ScopeManager} ScopeManager
@@ -649,6 +649,58 @@ class Referencer extends esrecurse.Visitor {
649
649
 
650
650
  // do nothing.
651
651
  }
652
+
653
+ JSXIdentifier(node) {
654
+
655
+ // Special case: "this" should not count as a reference
656
+ if (this.scopeManager.__isJSXEnabled() && node.name !== "this") {
657
+ this.currentScope().__referencing(node);
658
+ }
659
+ }
660
+
661
+ JSXMemberExpression(node) {
662
+ this.visit(node.object);
663
+ }
664
+
665
+ JSXElement(node) {
666
+ if (this.scopeManager.__isJSXEnabled()) {
667
+ this.visit(node.openingElement);
668
+ node.children.forEach(this.visit, this);
669
+ } else {
670
+ this.visitChildren(node);
671
+ }
672
+ }
673
+
674
+ JSXOpeningElement(node) {
675
+ if (this.scopeManager.__isJSXEnabled()) {
676
+
677
+ const nameNode = node.name;
678
+ const isComponentName = nameNode.type === "JSXIdentifier" && nameNode.name[0].toUpperCase() === nameNode.name[0];
679
+ const isComponent = isComponentName || nameNode.type === "JSXMemberExpression";
680
+
681
+ // we only want to visit JSXIdentifier nodes if they are capitalized
682
+ if (isComponent) {
683
+ this.visit(nameNode);
684
+ }
685
+ }
686
+
687
+ node.attributes.forEach(this.visit, this);
688
+ }
689
+
690
+ JSXAttribute(node) {
691
+ if (node.value) {
692
+ this.visit(node.value);
693
+ }
694
+ }
695
+
696
+ JSXExpressionContainer(node) {
697
+ this.visit(node.expression);
698
+ }
699
+
700
+ JSXNamespacedName(node) {
701
+ this.visit(node.namespace);
702
+ this.visit(node.name);
703
+ }
652
704
  }
653
705
 
654
706
  export default Referencer;
@@ -59,6 +59,10 @@ class ScopeManager {
59
59
  return this.__options.ignoreEval;
60
60
  }
61
61
 
62
+ __isJSXEnabled() {
63
+ return this.__options.jsx === true;
64
+ }
65
+
62
66
  isGlobalReturn() {
63
67
  return this.__options.nodejsScope || this.__options.sourceType === "commonjs";
64
68
  }
@@ -421,7 +421,7 @@ class Scope {
421
421
  __referencing(node, assign, writeExpr, maybeImplicitGlobal, partial, init) {
422
422
 
423
423
  // because Array element may be null
424
- if (!node || node.type !== Syntax.Identifier) {
424
+ if (!node || (node.type !== Syntax.Identifier && node.type !== "JSXIdentifier")) {
425
425
  return;
426
426
  }
427
427
 
@@ -1,3 +1,3 @@
1
- const version = "8.2.0";
1
+ const version = "8.3.0";
2
2
 
3
3
  export default version;
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "./package.json": "./package.json"
13
13
  },
14
- "version": "8.2.0",
14
+ "version": "8.3.0",
15
15
  "engines": {
16
16
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
17
17
  },
data/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "immosquare-cleaner",
3
3
  "private": true,
4
4
  "dependencies": {
5
- "@eslint/js": "^9.21.0",
6
- "eslint": "^9.21.0",
5
+ "@eslint/js": "^9.22.0",
6
+ "eslint": "^9.22.0",
7
7
  "eslint-plugin-align-assignments": "^1.1.2",
8
8
  "eslint-plugin-align-import": "^1.0.0",
9
9
  "eslint-plugin-prefer-arrow": "^1.2.3",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.63
4
+ version: 0.1.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - immosquare
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-06 00:00:00.000000000 Z
10
+ date: 2025-03-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: erb_lint
@@ -154,6 +154,7 @@ files:
154
154
  - linters/rubocop-3.4.1.yml
155
155
  - linters/rubocop.yml
156
156
  - linters/rubocop/cop/custom_cops/style/comment_normalization.rb
157
+ - linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb
157
158
  - linters/rubocop/cop/style/method_call_with_args_parentheses_override.rb
158
159
  - node_modules/.bin/acorn
159
160
  - node_modules/.bin/browserslist
@@ -1888,6 +1889,16 @@ files:
1888
1889
  - node_modules/@eslint/config-array/dist/esm/types.d.ts
1889
1890
  - node_modules/@eslint/config-array/dist/esm/types.ts
1890
1891
  - node_modules/@eslint/config-array/package.json
1892
+ - node_modules/@eslint/config-helpers/LICENSE
1893
+ - node_modules/@eslint/config-helpers/README.md
1894
+ - node_modules/@eslint/config-helpers/dist/cjs/index.cjs
1895
+ - node_modules/@eslint/config-helpers/dist/cjs/index.d.cts
1896
+ - node_modules/@eslint/config-helpers/dist/cjs/types.cts
1897
+ - node_modules/@eslint/config-helpers/dist/esm/index.d.ts
1898
+ - node_modules/@eslint/config-helpers/dist/esm/index.js
1899
+ - node_modules/@eslint/config-helpers/dist/esm/types.d.ts
1900
+ - node_modules/@eslint/config-helpers/dist/esm/types.ts
1901
+ - node_modules/@eslint/config-helpers/package.json
1891
1902
  - node_modules/@eslint/core/LICENSE
1892
1903
  - node_modules/@eslint/core/README.md
1893
1904
  - node_modules/@eslint/core/dist/cjs/types.d.cts
@@ -8110,6 +8121,7 @@ files:
8110
8121
  - node_modules/eslint/lib/cli-engine/lint-result-cache.js
8111
8122
  - node_modules/eslint/lib/cli-engine/load-rules.js
8112
8123
  - node_modules/eslint/lib/cli.js
8124
+ - node_modules/eslint/lib/config-api.js
8113
8125
  - node_modules/eslint/lib/config/config-loader.js
8114
8126
  - node_modules/eslint/lib/config/config.js
8115
8127
  - node_modules/eslint/lib/config/default-config.js
@@ -8481,16 +8493,9 @@ files:
8481
8493
  - node_modules/eslint/lib/shared/text-table.js
8482
8494
  - node_modules/eslint/lib/shared/traverser.js
8483
8495
  - node_modules/eslint/lib/shared/types.js
8496
+ - node_modules/eslint/lib/types/config-api.d.ts
8484
8497
  - node_modules/eslint/lib/types/index.d.ts
8485
- - node_modules/eslint/lib/types/rules/best-practices.d.ts
8486
- - node_modules/eslint/lib/types/rules/deprecated.d.ts
8487
- - node_modules/eslint/lib/types/rules/ecmascript-6.d.ts
8488
- - node_modules/eslint/lib/types/rules/index.d.ts
8489
- - node_modules/eslint/lib/types/rules/node-commonjs.d.ts
8490
- - node_modules/eslint/lib/types/rules/possible-errors.d.ts
8491
- - node_modules/eslint/lib/types/rules/strict-mode.d.ts
8492
- - node_modules/eslint/lib/types/rules/stylistic-issues.d.ts
8493
- - node_modules/eslint/lib/types/rules/variables.d.ts
8498
+ - node_modules/eslint/lib/types/rules.d.ts
8494
8499
  - node_modules/eslint/lib/types/universal.d.ts
8495
8500
  - node_modules/eslint/lib/types/use-at-your-own-risk.d.ts
8496
8501
  - node_modules/eslint/lib/universal.js