Skip to content

Commit

Permalink
Minor eslint/stickler changes to avoid unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed May 4, 2018
1 parent fbf992a commit 2798b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"jQuery": true,
"$": true
},
"plugins": [
"html"
],
"plugins": [],
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
Expand Down
2 changes: 1 addition & 1 deletion .stickler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linters:
yamllint:
files:
ignore:
- 'bower_components/*'
- 'node_modules/*'
- '*/migrations/*.py'
fixers:
enable: false

0 comments on commit 2798b99

Please sign in to comment.