Skip to content

Commit 30a31ea

Browse files
committed
chore(eslint): Removes hapi eslint config
1 parent 02602b0 commit 30a31ea

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
dist/
2-
test/browserstack.js

.eslintrc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"rules": {
3-
"indent": [ 2, 2 ],
4-
"padding-line-between-statements": "off",
5-
"hapi/hapi-no-var": "off"
6-
},
7-
"extends": "hapi",
82
"env": {
3+
"es2020": true,
4+
"node": true,
95
"mocha": true
6+
},
7+
"rules": {
8+
"indent": [
9+
2,
10+
2
11+
]
1012
}
11-
}
13+
}

0 commit comments

Comments
 (0)