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

Commit 0acf898

Browse files
committed
feat(base): add new eslint-plugin-babel rules
1 parent c1390ed commit 0acf898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/babel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ module.exports = {
1717
'babel/object-shorthand': 'off',
1818
'babel/quotes': 'off',
1919
'babel/semi': 'off',
20+
'babel/valid-typeof': 'error',
2021
},
2122
};

0 commit comments

Comments
 (0)