|
1 |
| -{ "extends": "scality" } |
| 1 | +{ |
| 2 | + "extends": "scality", |
| 3 | + "rules": { |
| 4 | + "lines-around-directive": "off", |
| 5 | + "no-underscore-dangle": "off", |
| 6 | + "indent": "off", |
| 7 | + "object-curly-newline": "off", |
| 8 | + "operator-linebreak": "off", |
| 9 | + "function-paren-newline": "off", |
| 10 | + "import/newline-after-import": "off", |
| 11 | + "prefer-destructuring": "off", |
| 12 | + "implicit-arrow-linebreak": "off", |
| 13 | + "no-bitwise": "off", |
| 14 | + "dot-location": "off", |
| 15 | + "comma-dangle": "off", |
| 16 | + "no-undef-init": "off", |
| 17 | + "global-require": "off", |
| 18 | + "import/no-dynamic-require": "off", |
| 19 | + "class-methods-use-this": "off", |
| 20 | + "no-plusplus": "off", |
| 21 | + "no-else-return": "off", |
| 22 | + "object-property-newline": "off", |
| 23 | + "import/order": "off", |
| 24 | + "no-continue": "off", |
| 25 | + "no-tabs": "off", |
| 26 | + "lines-between-class-members": "off", |
| 27 | + "prefer-spread": "off", |
| 28 | + "no-lonely-if": "off", |
| 29 | + "no-useless-escape": "off", |
| 30 | + "no-restricted-globals": "off", |
| 31 | + "no-buffer-constructor": "off", |
| 32 | + "import/no-extraneous-dependencies": "off", |
| 33 | + "space-unary-ops": "off", |
| 34 | + "no-useless-return": "off", |
| 35 | + "no-unexpected-multiline": "off", |
| 36 | + "no-mixed-operators": "off", |
| 37 | + "newline-per-chained-call": "off", |
| 38 | + "operator-assignment": "off", |
| 39 | + "spaced-comment": "off", |
| 40 | + "comma-style": "off", |
| 41 | + "no-restricted-properties": "off", |
| 42 | + "new-parens": "off", |
| 43 | + "no-multi-spaces": "off", |
| 44 | + "quote-props": "off" |
| 45 | + } |
| 46 | +} |
0 commit comments