Skip to content

Commit

Permalink
Hound uses older eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHHouse committed May 30, 2021
1 parent 69f58f4 commit 6930cf4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"env": {
"browser": true,
"es6": true,
"jquery": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"rules": {
"max-len": 0,
"import/extensions": [
"error",
"ignorePackages",
{
"js": "always"
}
],
"prefer-rest-params": 0
}
}
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
eslint:
enabled: true
config_file: .eslintrc.json
config_file: .eslintrc

0 comments on commit 6930cf4

Please sign in to comment.