Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7219aa1

Browse files
committed
Simplify eslintrc.js.
1 parent 62798db commit 7219aa1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.eslintrc.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
module.exports = {
2-
extends: 'standard',
3-
plugins: [
4-
'standard',
5-
'promise'
6-
]
2+
extends: 'standard'
73
}

0 commit comments

Comments
 (0)