Skip to content

Commit d29645a

Browse files
committed
Cleanup Lint command
1 parent fecc2dc commit d29645a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ dist/**
33
docs-built/**
44
lib/**
55
node_modules/**
6+
tmp-bower-repo/**
7+
tmp-docs-repo/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "babel-node tools/build-cli.js",
1212
"test-watch": "karma start",
1313
"test": "npm run lint && npm run build && karma start --single-run",
14-
"lint": "eslint src test docs ie8 tools webpack karma.conf.js webpack.config.js webpack.docs.js",
14+
"lint": "eslint ./",
1515
"docs-build": "babel-node tools/build-cli.js --docs-only",
1616
"docs": "docs/dev-run",
1717
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production babel-node docs/server.js",

0 commit comments

Comments
 (0)