Skip to content

Commit 16215b4

Browse files
committed
Give feedback if linter succeeded
1 parent 957b12b commit 16215b4

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
@@ -20,7 +20,7 @@
2020
"build:mac": "./node_modules/.bin/gulp",
2121
"build:win": "./node_modules/.bin/gulp.cmd",
2222
"dev": "./node_modules/.bin/webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
23-
"lint": "./node_modules/.bin/eslint src/ DateTime.js test/",
23+
"lint": "./node_modules/.bin/eslint src/ DateTime.js test/ && echo 'Linting OK!'",
2424
"test": "./node_modules/.bin/jest",
2525
"test:typings": "./node_modules/.bin/tsc -p ./typings",
2626
"test:snapshot": "./node_modules/.bin/jest snapshot",

0 commit comments

Comments
 (0)