Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis authored Oct 10, 2016
1 parent e4390a1 commit 883a67a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"extends": "eslint-config-airbnb",
"settings": {
"import/ignore": ["node_modules", "\\.(coffee|scss|css|less|hbs|svg|json)$", "flarum"]
},
"rules": {
"import/no-unresolved": "off",
"import/no-extraneous-dependencies": "off",
"import/extensions": ["error", "never"]
}
},
"env": {
"jquery": true
},
"globals": {
"app": false,
"m": false
}
}

0 comments on commit 883a67a

Please sign in to comment.