We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdec94 commit e3c270eCopy full SHA for e3c270e
.eslintignore
@@ -1,3 +1,5 @@
1
coverage/*
2
build
3
node_modules
4
+!src/*
5
+!rollup.config.js
package.json
@@ -29,7 +29,7 @@
29
"commitmsg": "commitlint -e $GIT_PARAMS",
30
"deploy": "npm run travis-deploy-once 'npm run semantic-release'",
31
"gc": "commit",
32
- "lint": "eslint --ext .js .",
+ "lint": "eslint --ext .js ./src",
33
"prepare": "npm run build:prod",
34
"semantic-release": "semantic-release",
35
"test": "BABEL_ENV=test jest",
0 commit comments