Browse Source

.eslintrc.js style edit

Andrew Swistak 6 years ago
parent
commit
423dc6c711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -67,7 +67,7 @@ module.exports = {
     'space-infix-ops': ['error', {int32Hint: false}],
     'space-infix-ops': ['error', {int32Hint: false}],
     'space-unary-ops': [2, {words: true, nonwords: false}],
     'space-unary-ops': [2, {words: true, nonwords: false}],
 
 
-    'react/jsx-filename-extension': ['error', {"extensions": [".jsx", ".tsx"]}],
+    'react/jsx-filename-extension': ['error', {extensions: ['.jsx', '.tsx']}],
     'react/jsx-indent': [1, 2],
     'react/jsx-indent': [1, 2],
     'react/jsx-key': 1,
     'react/jsx-key': 1,
     'react/jsx-no-comment-textnodes': 1,
     'react/jsx-no-comment-textnodes': 1,