Skip to content

Commit 4e9e303

Browse files
authored
feat: Bump eslint to v8 (#1308)
1 parent d8506fa commit 4e9e303

File tree

3 files changed

+314
-454
lines changed

3 files changed

+314
-454
lines changed

.eslintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ecmaFeatures": {
55
"impliedStrict": true
66
},
7-
"ecmaVersion": "2021"
7+
"ecmaVersion": 2021
88
},
99
"plugins": ["jest", "node", "prettier"],
1010
"extends": [
@@ -50,6 +50,8 @@
5050
],
5151
// Overwrites airbnb-base because woks badly with prettier making multyline strings ugly
5252
"prefer-template": "off",
53-
"import/extensions": "off"
53+
"import/extensions": "off",
54+
"camelcase": "off",
55+
"jest/prefer-to-be": "off"
5456
}
5557
}

0 commit comments

Comments
 (0)