Remove annoying eslint warning
This warning would have made me rename all my .js files to .jsx, which is pointless
This commit is contained in:
부모
05ef28f3b5
커밋
b596f68abe
1개의 변경된 파일과 1개의 추가작업 그리고 0개의 파일을 삭제
|
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
jest: true,
|
||||
},
|
||||
rules: {
|
||||
'react/jsx-filename-extension': [1, {extensions: ['.js', '.jsx']}],
|
||||
'flowtype/define-flow-type': 1,
|
||||
'flowtype/no-mixed': 2,
|
||||
'flowtype/no-primitive-constructor-types': 2,
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue