Skip to content

Commit 1fedc69

Browse files
Update eslint config
1 parent d9a18dd commit 1fedc69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
"rules": {
4646
"no-restricted-syntax": ["error", "ForOfStatement", "ForInStatement", "ArrayPattern"],
47-
"compat/compat": ["error", "defaults, ie 10"],
47+
"compat/compat": ["error", "defaults"],
4848
"no-throw-literal": "error",
4949
"import/no-default-export": "error",
5050
"import/no-self-import": "error",

0 commit comments

Comments
 (0)