Skip to content

Commit e3c270e

Browse files
committed
fix(lint): fix eslint violations
1 parent 0fdec94 commit e3c270e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
coverage/*
22
build
33
node_modules
4+
!src/*
5+
!rollup.config.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"commitmsg": "commitlint -e $GIT_PARAMS",
3030
"deploy": "npm run travis-deploy-once 'npm run semantic-release'",
3131
"gc": "commit",
32-
"lint": "eslint --ext .js .",
32+
"lint": "eslint --ext .js ./src",
3333
"prepare": "npm run build:prod",
3434
"semantic-release": "semantic-release",
3535
"test": "BABEL_ENV=test jest",

0 commit comments

Comments
 (0)