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 1d8bbdf commit d05ce43Copy full SHA for d05ce43
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npx --yes copyfiles --verbose -R --up 1 -e \"**/*.test.js\" -e \"**/*.config.js\" \"**/*.js\" dist/",
8
"start": "npm run test",
9
- "lint": "npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
+ "lint": "npx --yes eslint --env-info; npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
10
"lint:watch": "npx --yes esw . --color --max-warnings=0 --watch",
11
"jest:ci": "node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug",
12
"jest:clean": "npx --yes jest --clearCache && npx --yes watchman watch-del-all",
0 commit comments