Skip to content

Commit d05ce43

Browse files
author
Gonzalo Diaz
committed
[CONFIG] ESLint shows info before run lint.
1 parent 1d8bbdf commit d05ce43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "npx --yes copyfiles --verbose -R --up 1 -e \"**/*.test.js\" -e \"**/*.config.js\" \"**/*.js\" dist/",
88
"start": "npm run test",
9-
"lint": "npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
9+
"lint": "npx --yes eslint --env-info; npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
1010
"lint:watch": "npx --yes esw . --color --max-warnings=0 --watch",
1111
"jest:ci": "node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug",
1212
"jest:clean": "npx --yes jest --clearCache && npx --yes watchman watch-del-all",

0 commit comments

Comments
 (0)