We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd16b1c commit 07ebd08Copy full SHA for 07ebd08
scripts/check_modules.py
@@ -204,6 +204,14 @@ def check_modules():
204
"name": "It looks like a package is loaded via CDN. It would be better if the package were installed locally via npm.",
205
"category": "Recommendation",
206
},
207
+ "eslint .": {
208
+ "name": "The period at the end of the command is not necessary since v9. It is recommended to remove it.",
209
+ "category": "Recommendation",
210
+ },
211
+ "eslint --fix .": {
212
213
214
215
}
216
217
search_strings_package_json = {
0 commit comments