Skip to content

Commit

Permalink
Merge pull request react-bootstrap#669 from react-bootstrap/cleanup-l…
Browse files Browse the repository at this point in the history
…int-command

Cleanup Lint command
  • Loading branch information
AlexKVal committed May 15, 2015
2 parents f793036 + d29645a commit f11c51f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ dist/**
docs-built/**
lib/**
node_modules/**
tmp-bower-repo/**
tmp-docs-repo/**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "babel-node tools/build-cli.js",
"test-watch": "karma start",
"test": "npm run lint && npm run build && karma start --single-run",
"lint": "eslint src test docs ie8 tools webpack karma.conf.js webpack.config.js webpack.docs.js",
"lint": "eslint ./",
"docs-build": "babel-node tools/build-cli.js --docs-only",
"docs": "docs/dev-run",
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production babel-node docs/server.js",
Expand Down

0 comments on commit f11c51f

Please sign in to comment.