build: rename lint command (#2909)

This commit renames the eslint npm command so that it is consistent with
the naming used for the other commands.
This commit is contained in:
Rick Staa
2023-07-05 01:08:59 +03:00
committed by GitHub
parent 6c92fe9d2a
commit b7928aae24
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky install",
"lints": "npx eslint --max-warnings 0 \"./src/**.js\" \"./scripts/**.js\" \"./tests/**.js\" \"./api/**.js\" \"./themes/**.js\""
"lint": "npx eslint --max-warnings 0 \"./src/**.js\" \"./scripts/**.js\" \"./tests/**.js\" \"./api/**.js\" \"./themes/**.js\""
},
"author": "Anurag Hazra",
"license": "MIT",