Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from Brightspace/brightspace-eslint-config
Browse files Browse the repository at this point in the history
switching to use the brightspace eslint config for polymer
  • Loading branch information
dlockhart authored Jun 13, 2016
2 parents 914f3a9 + b1fa217 commit 7993475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
{
"extends": "eslint:recommended",
"env": {
"browser": true
},
"plugins": ["html"],
"globals": {
"Polymer": false
}
"extends": "brightspace/polymer-config"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"bower": "^1.7.9",
"eslint": "^2.5.3",
"eslint-config-brightspace": "^0.2.1",
"eslint-plugin-html": "^1.4.0",
"polylint": "^2.10.1"
}
Expand Down

0 comments on commit 7993475

Please sign in to comment.