Skip to content

Commit

Permalink
chore(eslint): Removes hapi eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Jul 4, 2022
1 parent 02602b0 commit 30a31ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dist/
test/browserstack.js
16 changes: 9 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"rules": {
"indent": [ 2, 2 ],
"padding-line-between-statements": "off",
"hapi/hapi-no-var": "off"
},
"extends": "hapi",
"env": {
"es2020": true,
"node": true,
"mocha": true
},
"rules": {
"indent": [
2,
2
]
}
}
}

0 comments on commit 30a31ea

Please sign in to comment.