We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9de86b commit 344e30bCopy full SHA for 344e30b
1 file changed
lib/configs/react.js
@@ -1,6 +1,9 @@
1
module.exports = {
2
- env: {
3
- browser: true
+ parserOptions: {
+ sourceType: 'module',
4
+ ecmaFeatures: {
5
+ jsx: true
6
+ }
7
},
8
plugins: ['github', 'jsx-a11y'],
9
extends: ['plugin:jsx-a11y/recommended'],
0 commit comments