blob: ec1748310732bbf84a434a1ae3f547eabf7d58f7 [file] [log] [blame]
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"no-var": "off",
"no-unused-vars": "off",
"linebreak-style": "off",
"prefer-template": "off",
"no-undef": "off",
"indent": "off",
"space-before-function-paren": "off",
"space-before-blocks": "off",
"func-names": "off",
"no-param-reassign": "off",
"comma-spacing": "off",
"keyword-spacing": "off",
"spaced-comment": "off",
"max-len": "off",
"space-infix-ops": "off",
"semi-spacing": "off",
"one-var-declaration-per-line": "off",
"one-var": "off",
"padded-blocks": "off",
"vars-on-top": "off",
"comma-dangle": "off",
"key-spacing": "off",
"space-in-parens": "off",
"no-continue": "off",
"no-plusplus": "off",
"semi": "off",
"object-shorthand": "off",
"no-underscore-dangle": "off",
"no-multiple-empty-lines": "off",
"prefer-destructuring": "off",
"no-use-before-define": "off",
"strict": "off",
"lines-around-directive": "off",
"consistent-return": "off",
"no-useless-escape": "off",
"block-scoped-var": "off",
"wrap-iife": "off",
"no-shadow": "off",
"no-restricted-globals": "off",
"default-case": "off",
"no-multi-spaces": "off",
"curly": "off",
"nonblock-statement-body-position": "off",
"no-else-return": "off",
"no-unused-expressions": "off",
"no-return-assign": "off",
"object-curly-spacing": "off",
"no-sequences": "off",
"yoda": "off",
"no-cond-assign": "off",
"no-void": "off",
"new-parens": "off",
"no-redeclare": "off",
"no-empty": "off",
"no-mixed-operators": "off",
"prefer-arrow-callback": "off",
"no-console": "off",
"new-cap": "off",
"space-unary-ops": "off",
"no-nested-ternary": "off",
"prefer-rest-params": "off",
"prefer-spread": "off",
"no-floating-decimal": "off",
"object-curly-newline": "off",
"brace-style": "off",
"radix": "off",
"no-trailing-spaces": "off",
"no-bitwise": "off",
"no-multi-assign": "off",
"no-unreachable": "off",
"no-prototype-builtins": "off",
"no-extra-semi": "off",
"no-restricted-properties": "off",
"quote-props": "off",
"no-new-wrappers": "off",
"camelcase": "off",
"no-useless-return": "off",
"operator-assignment": "off",
"no-lonely-if": "off",
"array-bracket-spacing": "off",
"newline-per-chained-call": "off",
"no-useless-concat": "off",
"no-eval": "off",
"comma-style": "off",
"no-restricted-syntax": "off",
"prefer-object-spread": "off",
"no-unneeded-ternary": "off",
"no-tabs": "off",
"eqeqeq": "off"
}
}