Skip to content

Commit b18562f

Browse files
committed
🔧 npm script of ESLint
1 parent ae7c0ab commit b18562f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
"through2": "^3.0.1",
4545
"yargs": "^13.2.2"
4646
},
47+
"scripts": {
48+
"lint": "./node_modules/.bin/eslint ."
49+
},
4750
"devDependencies": {
51+
"eslint": "^5.16.0",
4852
"sassdoc": "^2.6.0",
4953
"stylelint-wechat-work-css": "^0.5.0"
5054
},

0 commit comments

Comments
 (0)