We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e00a3 commit ca2e9f0Copy full SHA for ca2e9f0
packages/eslint-config-react-app/index.js
@@ -39,12 +39,10 @@ module.exports = {
39
},
40
41
parserOptions: {
42
- ecmaVersion: 6,
+ ecmaVersion: 2018,
43
sourceType: 'module',
44
ecmaFeatures: {
45
jsx: true,
46
- generators: true,
47
- experimentalObjectRestSpread: true,
48
49
50
@@ -53,7 +51,7 @@ module.exports = {
53
51
'array-callback-return': 'warn',
54
52
'default-case': ['warn', { commentPattern: '^no default$' }],
55
'dot-location': ['warn', 'property'],
56
- eqeqeq: ['warn', 'allow-null'],
+ eqeqeq: ['warn', 'smart'],
57
'new-parens': 'warn',
58
'no-array-constructor': 'warn',
59
'no-caller': 'warn',
0 commit comments