diff options
| author | Bobby <[email protected]> | 2024-08-16 20:47:33 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-16 20:47:33 -0400 |
| commit | 6b28433d9cfde435be8ec2bd6cf91e6324d08865 (patch) | |
| tree | 8343c27b8b95ff5639233e81cf157f92e5688466 /site/.eslintrc.json | |
| parent | d53094ec16ba385faae2973ddee648698b32ab24 (diff) | |
| parent | 048f56f51460df75e92a2f7b472e1c56baeb68f7 (diff) | |
| download | bootstrap-main.tar.xz bootstrap-main.zip | |
Diffstat (limited to 'site/.eslintrc.json')
| -rw-r--r-- | site/.eslintrc.json | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json deleted file mode 100644 index 56b3b4040..000000000 --- a/site/.eslintrc.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "root": true, - "parserOptions": { - "ecmaVersion": 5, - "sourceType": "script" - }, - "extends": [ - "plugin:unicorn/recommended", - "xo", - "xo/browser" - ], - "rules": { - "arrow-body-style": "off", - "capitalized-comments": "off", - "comma-dangle": [ - "error", - "never" - ], - "indent": [ - "error", - 2, - { - "MemberExpression": "off", - "SwitchCase": 1 - } - ], - "multiline-ternary": [ - "error", - "always-multiline" - ], - "no-negated-condition": "off", - "no-new": "off", - "no-var": "off", - "object-curly-spacing": [ - "error", - "always" - ], - "object-shorthand": "off", - "operator-linebreak": [ - "error", - "after" - ], - "prefer-arrow-callback": "off", - "prefer-destructuring": "off", - "semi": [ - "error", - "never" - ], - "strict": "error", - "unicorn/no-array-for-each": "off", - "unicorn/no-array-method-this-argument": "off", - "unicorn/no-for-loop": "off", - "unicorn/no-null": "off", - "unicorn/numeric-separators-style": "off", - "unicorn/prefer-array-flat": "off", - "unicorn/prefer-dom-node-dataset": "off", - "unicorn/prefer-module": "off", - "unicorn/prefer-query-selector": "off", - "unicorn/prevent-abbreviations": "off" - } -} |
