Skip to content

Commit 81f5765

Browse files
committed
Remove unused eslint config
1 parent 048a643 commit 81f5765

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040

4141
/* We sometimes use 'function() { new X() }` in a test to test
4242
* for exceptions thrown in the constructor. */
43-
"no-new": 0,
44-
45-
/* Buggy check - you can export a top-level function before you define it */
46-
"no-use-before-define": 0
43+
"no-new": 0
4744
},
4845
"env": {
4946
"es6": true,

0 commit comments

Comments
 (0)