soiz1 commited on
Commit
efc774f
·
verified ·
1 Parent(s): ee135da

Update src/.eslintrc.js

Browse files
Files changed (1) hide show
  1. src/.eslintrc.js +4 -1
src/.eslintrc.js CHANGED
@@ -20,7 +20,10 @@ module.exports = {
20
  'operator-linebreak': 'off',
21
  'no-console': 'off',
22
  'space-before-function-paren': 'off',
23
- 'no-lonely-if': 'off'
 
 
 
24
  },
25
  settings: {
26
  react: {
 
20
  'operator-linebreak': 'off',
21
  'no-console': 'off',
22
  'space-before-function-paren': 'off',
23
+ 'no-lonely-if': 'off',
24
+ 'space-infix-ops': 'off', // so dumb
25
+ 'object-curly-spacing': 'off',
26
+ 'curly': 'off'
27
  },
28
  settings: {
29
  react: {