We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900a9da commit 1904377Copy full SHA for 1904377
node.js
@@ -34,6 +34,7 @@ module.exports = {
34
'import/order': ERROR,
35
'no-restricted-globals': [ERROR].concat(restrictedGlobals),
36
'no-restricted-syntax': [ERROR, 'WithStatement'],
37
+ 'prettier/prettier': ERROR,
38
'promise/prefer-await-to-then': WARNING,
39
'import/no-extraneous-dependencies': [
40
ERROR,
@@ -45,8 +46,8 @@ module.exports = {
45
46
files: ['*.js', '*.jsx'],
47
parser: '@babel/eslint-parser',
48
parserOptions: {
- "babelOptions": {
49
- "presets": ["@babel/preset-react", "@babel/preset-flow"]
+ 'babelOptions': {
50
+ 'presets': ['@babel/preset-react", "@babel/preset-flow']
51
},
52
53
plugins: ['flowtype'],
0 commit comments