We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a787c commit d3b0568Copy full SHA for d3b0568
1 file changed
package.json
@@ -163,10 +163,14 @@
163
"eslint --fix"
164
]
165
},
166
- "resolutions": {
+ "overrides": {
167
"@isaacs/brace-expansion": "^5.0.1",
168
- "eslint/**/ajv": "^6.14.0",
169
- "@eslint/**/ajv": "^6.14.0",
+ "eslint": {
+ "ajv": "^6.14.0"
170
+ },
171
+ "@eslint/eslintrc": {
172
173
174
"fast-xml-parser": "^5.3.6",
175
"lodash": "^4.17.23",
176
"qs": "^6.14.2",
0 commit comments