Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 0cefbd0

Browse files
committed
chore: fix eslint config
1 parent 6c5515a commit 0cefbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['@anvilabs/eslint-config', '@anvilabs/eslint-config/es5'],
2+
extends: ['@anvilabs/eslint-config', '@anvilabs/eslint-config/script'],
33
};

0 commit comments

Comments
 (0)