Skip to content

Commit

Permalink
Updating linting config for broccoli-eyeglass to share config with ey…
Browse files Browse the repository at this point in the history
…eglass.
  • Loading branch information
chriseppstein committed Feb 15, 2019
1 parent e2d330e commit 2c82186
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
11 changes: 3 additions & 8 deletions packages/broccoli-eyeglass/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# compiled output
/dist/
/tmp/

# misc
/coverage/
!.*
/examples/
test
lib
src/types
3 changes: 3 additions & 0 deletions packages/broccoli-eyeglass/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../eyeglass/.eslintrc",
}
25 changes: 0 additions & 25 deletions packages/broccoli-eyeglass/.eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion packages/broccoli-eyeglass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"scripts": {
"prepare": "tsc --build",
"pretest": "tsc --build",
"lint:js": "eslint .",
"lint": "eslint --ext ts --format visualstudio .",
"lintfix": "eslint --ext ts --fix .",
"test": "mocha test/test_*.js",
"test:mocha": "mocha test/test_*.js",
"test:debug": "mocha debug test/test_*.js"
Expand Down

0 comments on commit 2c82186

Please sign in to comment.