Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 35f298b

Browse files
committed
chore: remove unesesarry eslint config
1 parent e2682f3 commit 35f298b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.eslintrc.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
module.exports = {
22
parser: 'babel-eslint',
3-
extends: ['standard', 'standard-react'],
4-
globals: {
5-
describe: true,
6-
test: true,
7-
expect: true
8-
}
3+
extends: ['standard', 'standard-react']
94
}

0 commit comments

Comments
 (0)