Skip to content

Commit 1fefa47

Browse files
authored
Merge pull request #456 from sir-gon/develop
[CONFIG] ESLint shows info before run lint.
2 parents acd4158 + e968c0b commit 1fefa47

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
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"build": "tsc -p tsconfig.prod.json",
3333
"start": "npm run test",
34-
"lint": "npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
34+
"lint": "npx --yes eslint --env-info; npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'",
3535
"jest:ci": "node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug",
3636
"jest:clean": "npx --yes jest --clearCache && npx --yes watchman watch-del-all",
3737
"jest:bruteforce": "BRUTEFORCE=true node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug",

0 commit comments

Comments
 (0)