filename
stringlengths
23
23
text
stringlengths
17
22.9k
eslintrc-js_000100.json
{ "root": true, "ignorePatterns": [ "**/dist*.*" ], "rules": { "@typescript-eslint/array-type": "off", "@typescript-eslint/ban-ts-comment": [ "error", { "ts-expect-error": "allow-with-description" } ], "@typescript-eslint/ban-types": [ "error", { ...
eslintrc-js_000101.json
{ "rules": { "@typescript-eslint/no-throw-literal": "off" } }
eslintrc-js_000102.json
{ "env": { "mocha": true }, "rules": { "no-unused-vars": [ "error", { "varsIgnorePattern": "should|expect" } ] } }
eslintrc-js_000103.json
{ "rules": { "no-console": "off" } }
eslintrc-js_000104.json
{ "env": { "browser": true, "node": true, "mocha": true, "es6": true }, "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 2017, "sourceType": "module", "ecmaFeatures": { "experimentalObjectRestSpread": true } }, "plugins": [], "rules": { "strict": [ ...
eslintrc-js_000105.json
{ "root": true, "env": {}, "parserOptions": {}, "extends": [ "@fisker" ], "settings": {}, "rules": { "unicorn/prefer-node-protocol": "off", "unicorn/import-style": "off", "sonarjs/cognitive-complexity": "off" }, "plugins": [], "globals": { "Uint8Array": false, "DataView": fal...
eslintrc-js_000106.json
{ "env": { "node": true, "commonjs": true, "es6": true, "jest": true }, "extends": [ "airbnb-base" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "no-console": 0, "max-len": 0 } }
eslintrc-js_000107.json
{ "env": { "mocha": true }, "rules": { "no-unused-expressions": 0 } }
eslintrc-js_000108.json
{ "root": true, "extends": [ "react-app", "react-app/jest" ], "rules": { "react-hooks/exhaustive-deps": "off", "jsx-a11y/anchor-is-valid": "off", "no-debugger": 0, "default-case": 1, "no-empty-function": 1, "no-multi-spaces": 1, "spaced-comment": [ "error", "alway...
eslintrc-js_000109.json
{ "root": true, "env": { "browser": true, "commonjs": true, "es6": true, "node": true }, "extends": [ "standard" ], "globals": { "$": "readonly", "jQuery": "readonly" }, "rules": {} }
eslintrc-js_000110.json
{ "env": { "es6": true, "jest": true }, "plugins": [ "jest" ], "parserOptions": { "ecmaVersion": 2018 }, "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "rules": { "indent": [ "warn", 2, { "SwitchCase": 1 } ], "...
eslintrc-js_000111.json
{ "extends": [ "./conf/eslintrc.typescript.js" ] }
eslintrc-js_000112.json
{ "globals": { "__PATH_PREFIX__": true }, "parser": "babel-eslint", "extends": [ "airbnb" ], "plugins": [ "react" ], "rules": { "react/jsx-uses-react": 2, "react/jsx-props-no-spreading": 0, "react/jsx-filename-extension": [ 1, { "extensions": [ ".js"...
eslintrc-js_000113.json
{ "extends": [ "@strv/eslint-config-javascript/environments/nodejs/v6", "@strv/eslint-config-javascript/environments/nodejs/best-practices", "@strv/eslint-config-javascript/environments/nodejs/optional", "@strv/eslint-config-javascript/coding-styles/base" ], "parser": "babel-eslint", "rules": { ...
eslintrc-js_000114.json
{ "root": true, "extends": [ "standard-with-typescript", "prettier-standard" ], "parserOptions": { "project": "./tsconfig.json" }, "rules": { "@typescript-eslint/naming-convention": [ "error", { "selector": "interface", "format": [ "PascalCase" ]...
eslintrc-js_000115.json
{ "env": { "es6": true }, "rules": { "strict": [ "error", "global" ] } }
eslintrc-js_000116.json
{ "root": true, "parser": "babel-eslint", "parserOptions": { "sourceType": "module" }, "env": { "browser": true }, "extends": "airbnb-base", "rules": { "comma-dangle": 0, "linebreak-style": 0, "no-restricted-globals": 0, "no-unused-vars": 0, "arrow-parens": 0 } }
eslintrc-js_000117.json
{ "root": true, "parser": "babel-eslint", "env": { "browser": true, "node": true }, "extends": "standard", "plugins": [ "html" ], "rules": { "no-undef": 0, "new-cap": 0, "space-before-function-paren": 0, "semi": 0, "no-unneeded-ternary": 0, "keyword-spacing": 0, "...
eslintrc-js_000118.json
{ "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 7, "sourceType": "module", "ecmaFeatures": { "jsx": true, "experimentalObjectRestSpread": true } }, "env": { "node": true, "browser": true }, "extends": "airbnb", "rules": { "react/jsx-filename-extension"...
eslintrc-js_000119.json
{ "root": true, "extends": "airbnb-base", "plugins": [ "import" ], "env": { "node": true, "jest": true }, "rules": { "array-bracket-spacing": [ "error", "always", { "objectsInArrays": false, "arraysInArrays": false } ], "arrow-parens": [ ...
eslintrc-js_000120.json
{ "extends": "@loopback/eslint-config" }
eslintrc-js_000121.json
{ "env": { "es2021": true, "node": true }, "extends": [ "airbnb-base" ], "parserOptions": { "ecmaVersion": 12, "sourceType": "module" }, "rules": { "import/prefer-default-export": "off" } }
eslintrc-js_000122.json
{ "env": { "es2021": true, "node": true }, "ignorePatterns": [ "node_modules/*", "dist/*", "src/models/*", "!.prettierrc.js" ], "extends": [ "standard", "prettier" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12, "sourceType": "modul...
eslintrc-js_000123.json
{ "extends": [ "timetree/react" ] }
eslintrc-js_000124.json
{ "extends": [ "../.eslintrc.js" ], "settings": { "import/core-modules": [ "react-native-gallery-toolkit", "react-native-gesture-handler", "react-native-reanimated" ] } }
eslintrc-js_000125.json
{ "extends": [ "@fluidframework/eslint-config-fluid/strict" ], "parserOptions": { "project": [ "./tsconfig.json", "./src/test/tsconfig.json" ] }, "rules": {} }
eslintrc-js_000126.json
{ "extends": [ "@fluidframework/eslint-config-fluid/eslint7" ], "rules": { "@typescript-eslint/strict-boolean-expressions": "off", "no-bitwise": "off", "no-null/no-null": "off" } }
eslintrc-js_000127.json
{ "rules": { "space-infix-ops": "error" } }
eslintrc-js_000128.json
{ "env": { "browser": true, "es2021": true }, "extends": [ "airbnb-typescript", "prettier" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", "project": "./tsconfig.json" }, "plugins": [ "import", "@typescript...
eslintrc-js_000129.json
{ "env": { "mocha": true }, "rules": { "no-unused-expressions": "off" } }
eslintrc-js_000130.json
{ "rules": { "max-classes-per-file": "off" } }
eslintrc-js_000131.json
{ "rules": { "no-undef": "off" } }
eslintrc-js_000132.json
{ "extends": [ "airbnb-typescript-prettier" ], "env": { "jest": true }, "plugins": [ "jest" ], "rules": { "import/no-extraneous-dependencies": [ "error", { "devDependencies": [ "***.spec.js" ] } ], "jsx-a11y/anchor-is-valid": [ "err...
eslintrc-js_000133.json
{ "root": true, "extends": "react-app", "plugins": [ "prettier" ], "rules": { "prettier/prettier": "error" } }
eslintrc-js_000134.json
{ "parser": "babel-eslint", "extends": "airbnb-base", "env": { "browser": true, "node": true }, "rules": {} }
eslintrc-js_000135.json
{ "env": { "browser": true }, "extends": [ "airbnb-base" ], "parserOptions": { "ecmaVersion": 12, "sourceType": "module" }, "rules": { "import/no-cycle": "off", "arrow-parens": [ "error", "always" ], "linebreak-style": [ "error", "unix" ], "p...
eslintrc-js_000136.json
{ "root": true, "extends": "free" }
eslintrc-js_000137.json
{ "extends": [ "@fluidframework/eslint-config-fluid" ], "rules": {} }
eslintrc-js_000138.json
{ "extends": [ "airbnb", "airbnb/hooks", "prettier", "prettier/react", "react-app" ], "plugins": [ "react", "prettier" ], "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 8, "ecmaFeatures": { "impliedStrict": true } }, "root": true, "env": { ...
eslintrc-js_000139.json
{ "rules": { "@typescript-eslint/no-non-null-assertion": 0 } }
eslintrc-js_000140.json
{ "extends": [ "standard" ], "env": { "browser": true, "es6": true }, "globals": { "SharedArrayBuffer": "readonly", "Atomics": "readonly" }, "parserOptions": { "sourceType": "module", "ecmaVersion": 2018 }, "plugins": [ "vue" ], "rules": { "space-before-function...
eslintrc-js_000141.json
{ "env": { "browser": true, "es6": true, "node": true, "mocha": true }, "plugins": [ "mocha" ], "globals": { "Monitor": true, "define": true, "exports": true }, "rules": { "accessor-pairs": 2, "block-scoped-var": 0, "brace-style": [ 2, "1tbs", ...
eslintrc-js_000142.json
{ "extends": "eslint-config-es5", "rules": { "indent": [ "error", 4 ], "comma-dangle": [ "error", { "arrays": "ignore" } ], "func-names": [ 0 ], "no-use-before-define": [ "error", { "functions": false } ] } }
eslintrc-js_000143.json
{ "root": true, "parser": "babel-eslint", "env": { "browser": true, "node": true }, "extends": "standard", "plugins": [ "node" ], "rules": {}, "globals": {} }
eslintrc-js_000144.json
{ "extends": "airbnb/base", "rules": { "arrow-body-style": "off", "class-methods-use-this": "off", "import/no-extraneous-dependencies": [ "error", { "devDependencies": [ "**/*.test.js" ] } ], "import/no-named-as-default": [ 0 ], "indent":...
eslintrc-js_000145.json
{ "env": { "browser": true, "es2021": true }, "extends": [ "airbnb", "prettier", "prettier/react" ], "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 12, "sourceType": "module" }, "plugins": [ "react", "prettier" ], "rules": { "pr...
eslintrc-js_000146.json
{ "env": { "commonjs": true, "es6": true, "node": true, "jest": true }, "extends": [ "airbnb-base" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "no-console": [ 0 ] } }
eslintrc-js_000147.json
{ "parser": "@typescript-eslint/parser", "extends": [ "@pxblue/eslint-config/ts" ], "parserOptions": { "project": "./tsconfig.json" }, "env": { "browser": true }, "rules": { "@typescript-eslint/no-require-imports": "off", "@typescript-eslint/no-var-requires": "off" } }
eslintrc-js_000148.json
{ "extends": "airbnb", "parser": "babel-eslint", "env": { "jest": true, "node": true, "browser": true }, "plugins": [ "react-hooks" ], "rules": { "react/jsx-filename-extension": 0, "lines-between-class-members": 0, "no-use-before-define": 0, "react/prop-types": 0, "comm...
eslintrc-js_000149.json
{ "extends": [ "eslint-config-airbnb" ], "env": { "browser": true, "es6": true }, "parser": "babel-eslint", "plugins": [ "flowtype", "jest", "react-hooks" ], "settings": { "react": { "version": "detect" } }, "globals": { "fetch": false, "__DEV__": true, ...
eslintrc-js_000150.json
{ "extends": [ "airbnb", "prettier", "prettier/react" ], "parser": "babel-eslint", "rules": { "no-underscore-dangle": "off", "no-console": [ "error", { "allow": [ "warn", "error" ] } ], "no-plusplus": "off", "no-continue": "of...
eslintrc-js_000151.json
{ "parserOptions": { "ecmaVersion": 2021, "sourceType": "script" }, "env": { "es6": true, "node": true, "jest": true }, "extends": "airbnb-base" }
eslintrc-js_000152.json
{ "root": false, "extends": [ "../../.eslintrc-webshell.js" ], "ignorePatterns": [ "lib/", "types/" ] }
eslintrc-js_000153.json
{ "rules": { "vue/no-v-for-template-key": "error" } }
eslintrc-js_000154.json
{ "extends": [ "@fluidframework/eslint-config-fluid" ], "rules": { "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/strict-boolean-expressions": "off", "no-inner-declarations": "off", "no-null/no-null": "off" } }
eslintrc-js_000155.json
{ "env": { "browser": true, "es6": true, "jest": true }, "extends": "airbnb-base", "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018, "sourceType": "module" }, "rules": { "indent": [ "error", 4 ],...
eslintrc-js_000156.json
{ "extends": "yandex", "env": { "browser": true, "commonjs": true, "es6": true, "node": true, "mocha": true }, "parserOptions": { "sourceType": "module" }, "rules": { "indent": [ "error", 2 ] } }
eslintrc-js_000157.json
{ "rules": { "@typescript-eslint/prefer-ts-expect-error": "off" } }
eslintrc-js_000158.json
{ "extends": "airbnb", "plugins": [ "react", "jsx-a11y", "import" ], "rules": { "semi": 0, "comma-dangle": 0, "global-require": 0, "react/prop-types": 0, "import/no-unresolved": 0, "import/no-webpack-loader-syntax": 0, "jsx-a11y/click-events-have-key-events": 0, "reac...
eslintrc-js_000159.json
{ "extends": "../.eslintrc.js", "rules": { "import/no-extraneous-dependencies": 0 } }
eslintrc-js_000160.json
{ "extends": "@callstack/eslint-config/react", "overrides": [ { "files": [ "*.config.js" ], "rules": { "import/no-extraneous-dependencies": 0 } } ] }
eslintrc-js_000161.json
{ "parser": "babel-eslint", "extends": "airbnb", "env": { "browser": true, "node": true }, "rules": { "indent": [ "error", 4 ] } }
eslintrc-js_000162.json
{ "rules": { "react/no-set-state": "off" } }
eslintrc-js_000163.json
{ "env": { "commonjs": true, "es6": true, "node": true, "mocha": true }, "extends": [ "airbnb-base" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "linebreak-style": 0, "no-multiple-...
eslintrc-js_000164.json
{ "env": { "browser": true, "es6": true }, "extends": "airbnb", "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parser": "babel-eslint", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 2018, "sourceType": "module" }, "plu...
eslintrc-js_000165.json
{ "env": { "browser": true, "es2021": true }, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 12, "sourceType": "module" }, "plugins": [ "@typescript-eslint", "import-quotes" ], "rules": { "import-quotes/...
eslintrc-js_000166.json
{ "extends": "bamboo", "rules": { "linebreak-style": 0, "no-eval": 0, "radix": 0, "@typescript-eslint/ban-ts-ignore": 0 }, "parserOptions": { "project": "./tsconfig.json" } }
eslintrc-js_000167.json
{ "env": { "es2021": true, "node": true, "jest": true }, "extends": [ "airbnb-base" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12, "sourceType": "module" }, "plugins": [ "@typescript-eslint" ], "rules": { "indent": [ "error", ...
eslintrc-js_000168.json
{ "env": { "browser": true, "es2020": true, "mocha": true }, "extends": [ "standard", "prettier" ], "parserOptions": { "ecmaVersion": 11, "sourceType": "module" }, "rules": {}, "overrides": [ { "files": "*.spec.js", "rules": { "no-unused-expressions": ...
eslintrc-js_000169.json
{ "root": true, "extends": [ "vue-recommend" ], "rules": {}, "settings": { "import/resolver": { "webpack": { "config": "./build/webpack.base.conf.js" } } } }
eslintrc-js_000170.json
{ "env": { "browser": true, "node": true }, "extends": [ "airbnb-typescript/base" ], "parser": "@typescript-eslint/parser", "parserOptions": { "project": "tsconfig.json" }, "plugins": [ "eslint-plugin-import", "@typescript-eslint" ], "rules": { "@typescript-eslint/dot-not...
eslintrc-js_000171.json
{ "root": true, "extends": "@react-native-community", "globals": { "TextEncoder": true, "TextDecoder": true, "Blob": true, "ReadableStream": true } }
eslintrc-js_000172.json
{ "env": { "es6": true, "node": true }, "extends": [ "airbnb-base", "prettier" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 11, "sourceType": "module" }, "plugins": [...
eslintrc-js_000173.json
{ "parserOptions": { "ecmaVersion": 2017 }, "extends": "../test.js" }
eslintrc-js_000174.json
{ "extends": "airbnb-base" }
eslintrc-js_000175.json
{ "extends": [ "airbnb" ], "parser": "babel-eslint", "plugins": [ "jest" ], "env": { "browser": true, "node": true, "jest/globals": true }, "settings": { "import/resolver": { "webpack": { "config": "webpack.shared.js" } } }, "globals": { "__DEV__":...
eslintrc-js_000176.json
{ "env": { "browser": true, "es2021": true }, "extends": [ "airbnb-base" ], "ignorePatterns": [ "dist*" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": [ "@typescript-eslint" ], "rules": {} }
eslintrc-js_000177.json
{ "root": true, "env": { "node": true }, "extends": [ "digitalbazaar" ] }
eslintrc-js_000178.json
{ "root": true, "parser": "@typescript-eslint/parser", "parserOptions": { "project": "tsconfig.json" }, "plugins": [ "@typescript-eslint" ], "extends": [ "airbnb-typescript" ], "rules": { "import/no-extraneous-dependencies": [ "error", { "devDependencies": true ...
eslintrc-js_000179.json
{ "parserOptions": { "project": "webapp/tsconfig.json" } }
eslintrc-js_000180.json
{ "parserOptions": { "sourceType": "script", "ecmaFeatures": { "jsx": false } }, "env": { "jest": true, "node": true }, "plugins": [ "prettier" ], "extends": [ "airbnb-base", "prettier" ], "rules": { "strict": [ "error", "safe" ], "prettier...
eslintrc-js_000181.json
{ "root": true, "extends": "eslint", "env": { "node": true, "es6": true }, "overrides": [ { "files": [ "tests/lib/*" ], "env": { "mocha": true } } ] }
eslintrc-js_000182.json
{ "env": { "browser": true, "commonjs": true, "es2021": true }, "extends": [ "airbnb-base", "prettier" ], "parserOptions": { "ecmaVersion": "latest" }, "rules": { "no-unused-vars": 1 } }
eslintrc-js_000183.json
{ "extends": "airbnb-base", "env": { "mocha": true }, "rules": { "indent": [ "error", 4 ], "no-unused-vars": [ "error", { "argsIgnorePattern": "_", "varsIgnorePattern": "_" } ], "no-use-before-define": [ "error", { "functi...
eslintrc-js_000184.json
{ "parser": "@typescript-eslint/parser", "plugins": [ "prettier" ], "extends": [ "prettier" ], "env": { "browser": false, "node": true }, "parserOptions": { "ecmaVersion": 2018, "sourceType": "module", "ecmaFeatures": { "jsx": true } }, "rules": { "no-consol...
eslintrc-js_000185.json
{ "extends": [ "@fluidframework/eslint-config-fluid/eslint7" ], "rules": { "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/restrict-plus-operands": "off", "@typescript-eslint/strict-boolean-expressions": "off", "no-case-declarations": "off", "no-null/no-null": "off" ...
eslintrc-js_000186.json
{ "root": true, "extends": "airbnb-base", "parserOptions": { "ecmaVersion": 7, "sourceType": "module", "allowImportExportEverywhere": false }, "env": { "node": true, "jest": true, "es6": true }, "rules": { "eqeqeq": [ 2, "smart" ], "max-len": [ 2, ...
eslintrc-js_000187.json
{ "extends": [ "./packages/eslint-config/eslintrc.js" ] }
eslintrc-js_000188.json
{ "extends": "optimum-energy", "env": { "node": true, "jest": true, "es6": true }, "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 8, "sourceType": "module", "ecmaFeatures": { "impliedStrict": true, "experimentalObjectRestSpread": true } }, "rules": { ...
eslintrc-js_000189.json
{ "env": { "browser": true, "es6": true }, "extends": [ "airbnb", "prettier", "prettier/react" ], "parser": "babel-eslint", "parserOptions": { "ecmaFeatures": { "jsx": true }, "ecmaVersion": 2018, "sourceType": "module" }, "plugins": [ "react", "prettier...
eslintrc-js_000190.json
{ "env": { "browser": true, "commonjs": true, "mocha": true, "es6": true }, "extends": [ "standard" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": {} }
eslintrc-js_000191.json
{ "extends": "standard", "env": { "browser": true, "commonjs": true, "es6": true, "jest": true } }
eslintrc-js_000192.json
{ "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ], "rules": { "@typescript-eslint/array-type": "warn", "@typescript-eslint/no-unused-vars": "warn" } }
eslintrc-js_000193.json
{ "root": true, "extends": "supermind", "rules": { "import/no-commonjs": "off", "import/unambiguous": "off" } }
eslintrc-js_000194.json
{ "parser": "babel-eslint", "extends": "airbnb-base", "env": { "browser": true, "node": true }, "rules": { "linebreak-style": 0 } }
eslintrc-js_000195.json
{ "extends": "airbnb", "plugins": [ "react" ], "globals": { "window": true, "document": true } }
eslintrc-js_000196.json
{ "env": { "browser": true, "es6": true }, "extends": [ "airbnb-base" ], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "linebreak-style": 0, "max-len": [ "error", { "code":...
eslintrc-js_000197.json
{ "env": { "browser": true, "es2021": true, "jest/globals": true }, "extends": [ "airbnb-base" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12, "sourceType": "module" }, "plugins": [ "@typescript-eslint", "jest" ], "rules": { "indent...
eslintrc-js_000198.json
{ "root": true, "extends": [ "@metamask/eslint-config" ], "overrides": [ { "files": [ "*.ts" ], "extends": [ "@metamask/eslint-config-typescript" ] }, { "files": [ "*.js" ], "parserOptions": { "sourceType": "script" ...
eslintrc-js_000199.json
{ "rules": { "no-underscore-dangle": [ "error", { "allow": [ "_id" ] } ], "react/no-array-index-key": 0 } }