Skip to content

Commit 22b1fea

Browse files
committed
build(lint-js): added an npm script for eslint
1 parent 8798263 commit 22b1fea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lib/
2+
dist/

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "React components for https://admin.travi.org",
55
"scripts": {
66
"lint:md": "globstar --node -- markdownlint **/*.md",
7+
"lint:js": "eslint .",
78
"test": "grunt && run-s test:*",
89
"test:integration": "mocha stories/ -r .storybook/mocha-config.js --compilers js:babel-register",
910
"start": "start-storybook -p 9002",

0 commit comments

Comments
 (0)