Home
last modified time | relevance | path

Searched full:eslint (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/third_party/typescript/tests/baselines/reference/docker/
Dazure-sdk.log8 ==[ @azure/eslint-plugin-azure-sdk ]=============================[ 1 of 274 ]==
9 "@azure-rest/agrifood-farming" is blocked by "@azure/eslint-plugin-azure-sdk".
10 "@azure-rest/core-client" is blocked by "@azure/eslint-plugin-azure-sdk".
11 "@azure/core-auth" is blocked by "@azure/eslint-plugin-azure-sdk".
12 "@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk".
13 "@azure/core-rest-pipeline" is blocked by "@azure/eslint-plugin-azure-sdk".
14 "@azure/core-tracing" is blocked by "@azure/eslint-plugin-azure-sdk".
15 "@azure/core-util" is blocked by "@azure/eslint-plugin-azure-sdk".
16 "@azure/logger" is blocked by "@azure/eslint-plugin-azure-sdk".
17 "@azure/core-lro" is blocked by "@azure/eslint-plugin-azure-sdk".
[all …]
/third_party/css-what/
D.eslintrc.json2 "extends": ["eslint:recommended", "plugin:node/recommended", "prettier"],
35 "plugin:@typescript-eslint/eslint-recommended",
36 "plugin:@typescript-eslint/recommended",
41 "project": "./tsconfig.eslint.json"
49 "@typescript-eslint/prefer-for-of": 0,
50 "@typescript-eslint/member-ordering": 0,
51 "@typescript-eslint/explicit-function-return-type": 0,
52 "@typescript-eslint/no-unused-vars": 0,
53 "@typescript-eslint/no-use-before-define": [
57 "@typescript-eslint/consistent-type-definitions": [
[all …]
Dpackage.json24 "lint:es": "eslint src",
36 "@typescript-eslint/eslint-plugin": "^5.17.0",
37 "@typescript-eslint/parser": "^5.17.0",
38 "eslint": "^8.12.0", string
39 "eslint-config-prettier": "^8.5.0",
40 "eslint-plugin-node": "^11.1.0",
/third_party/typescript/
D.eslintrc.json2 "parser": "@typescript-eslint/parser",
14 "@typescript-eslint", "jsdoc", "no-null", "import"
17 "@typescript-eslint/adjacent-overload-signatures": "error",
18 "@typescript-eslint/array-type": "error",
21 "@typescript-eslint/brace-style": ["error", "stroustrup", { "allowSingleLine": true }],
23 "@typescript-eslint/naming-convention": [
36 "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
39 "@typescript-eslint/no-duplicate-imports": "error",
41 "@typescript-eslint/no-inferrable-types": "error",
42 "@typescript-eslint/no-misused-new": "error",
[all …]
Dpackage.json57 "@typescript-eslint/eslint-plugin": "5.33.1",
58 "@typescript-eslint/parser": "5.33.1",
59 "@typescript-eslint/utils": "5.33.1",
66 "eslint": "8.22.0", string
67 "eslint-formatter-autolinkable-stylish": "1.2.0",
68 "eslint-plugin-import": "2.26.0",
69 "eslint-plugin-jsdoc": "39.3.6",
70 "eslint-plugin-local": "1.0.0",
71 "eslint-plugin-no-null": "1.0.2",
88 "test:eslint-rules": "hereby run-eslint-rules-tests",
/third_party/flatbuffers/
Dpnpm-lock.yaml11 '@typescript-eslint/eslint-plugin':
13 version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.3)
14 '@typescript-eslint/parser':
16 version: 6.13.2(eslint@8.55.0)(typescript@5.3.3)
20 eslint:
232 /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0):
236 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
238 eslint: 8.55.0
239 eslint-visitor-keys: 3.4.3
242 /@eslint-community/regexpp@4.10.0:
[all …]
/third_party/skia/m133/experimental/tskit/
D.eslintrc.js3 parser: '@typescript-eslint/parser',
9 '@typescript-eslint',
13 'plugin:@typescript-eslint/recommended-requiring-type-checking',
21 '@typescript-eslint/no-explicit-any': 'off',
22 '@typescript-eslint/no-namespace': 'off',
23 '@typescript-eslint/no-unsafe-call': 'off',
24 '@typescript-eslint/no-unsafe-member-access': 'off',
25 '@typescript-eslint/triple-slash-reference': 'off',
26 '@typescript-eslint/indent': 'off',
Dpackage.json7 "@typescript-eslint/eslint-plugin": "^4.21.0",
8 "@typescript-eslint/parser": "^4.21.0",
9 "eslint": "^7.23.0", string
10 "eslint-config-airbnb-typescript": "^12.3.1",
11 "eslint-plugin-import": "^2.22.1",
Dpackage-lock.json11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
13 "eslint": "^7.23.0", string
14 "eslint-config-airbnb-typescript": "^12.3.1",
15 "eslint-plugin-import": "^2.22.1",
128 "node_modules/@eslint/eslintrc": {
130 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.0.tgz",
148 "node_modules/@eslint/eslintrc/node_modules/globals": {
163 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
219 "node_modules/@typescript-eslint/eslint-plugin": {
[all …]
/third_party/skia/experimental/tskit/
D.eslintrc.js3 parser: '@typescript-eslint/parser',
9 '@typescript-eslint',
13 'plugin:@typescript-eslint/recommended-requiring-type-checking',
21 '@typescript-eslint/no-explicit-any': 'off',
22 '@typescript-eslint/no-namespace': 'off',
23 '@typescript-eslint/no-unsafe-call': 'off',
24 '@typescript-eslint/no-unsafe-member-access': 'off',
25 '@typescript-eslint/triple-slash-reference': 'off',
26 '@typescript-eslint/indent': 'off',
Dpackage.json7 "@typescript-eslint/eslint-plugin": "^4.21.0",
8 "@typescript-eslint/parser": "^4.21.0",
9 "eslint": "^7.23.0", string
10 "eslint-config-airbnb-typescript": "^12.3.1",
11 "eslint-plugin-import": "^2.22.1",
Dpackage-lock.json11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
13 "eslint": "^7.23.0", string
14 "eslint-config-airbnb-typescript": "^12.3.1",
15 "eslint-plugin-import": "^2.22.1",
128 "node_modules/@eslint/eslintrc": {
130 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.0.tgz",
148 "node_modules/@eslint/eslintrc/node_modules/globals": {
163 "node_modules/@eslint/eslintrc/node_modules/type-fest": {
219 "node_modules/@typescript-eslint/eslint-plugin": {
[all …]
/third_party/parse5/
D.eslintrc.json7 "extends": ["eslint:recommended", "prettier", "plugin:unicorn/recommended"],
42 "plugin:@typescript-eslint/eslint-recommended",
43 "plugin:@typescript-eslint/recommended",
47 "@typescript-eslint/no-non-null-assertion": "warn",
48 "@typescript-eslint/no-explicit-any": "warn",
49 "@typescript-eslint/explicit-function-return-type": "error",
50 "@typescript-eslint/no-duplicate-imports": "error",
51 "@typescript-eslint/consistent-type-imports": "error",
53 "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
Deslint.config.js1 import eslintjs from '@eslint/js';
2 import eslintConfigPrettier from 'eslint-config-prettier';
3 import { configs as tseslintConfigs } from 'typescript-eslint';
5 import eslintUnicorn from 'eslint-plugin-unicorn';
61 '@typescript-eslint/no-unsafe-declaration-merging': 'off',
62 '@typescript-eslint/no-non-null-assertion': 'warn',
63 '@typescript-eslint/no-explicit-any': 'warn',
64 '@typescript-eslint/explicit-function-return-type': 'error',
65 '@typescript-eslint/consistent-type-imports': 'error',
67 '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
Dpackage.json11 "@eslint/js": "^9.13.0",
13 "eslint": "^9.13.0", string
14 "eslint-config-prettier": "^9.1.0",
15 "eslint-plugin-unicorn": "^55.0.0",
26 "typescript-eslint": "^8.11.0"
37 "lint:es": "eslint .",
53 "eslint --fix"
/third_party/typescript/src/
D.eslintrc.json8 "@typescript-eslint/no-unnecessary-qualifier": "error",
9 "@typescript-eslint/no-unnecessary-type-assertion": "error",
29 "@typescript-eslint/interface-name-prefix": "off",
30 "@typescript-eslint/prefer-function-type": "off",
31 "@typescript-eslint/unified-signatures": "off",
33 // scripts/eslint/rules
36 // eslint
44 "@typescript-eslint/array-type": "off"
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/
D.eslintrc.js7 parser: "@typescript-eslint/parser",
9 project: "tsconfig.eslint.json",
13 plugins: ["@typescript-eslint"],
20 "@typescript-eslint/member-delimiter-style": [
33 "@typescript-eslint/semi": ["error", "always"],
34 "@typescript-eslint/no-unnecessary-type-assertion": "error",
35 "@typescript-eslint/no-floating-promises": "error",
/third_party/jsframework/
Dpackage.json8 "test:lint": "eslint -c .eslintrc --fix test/**/*.ts",
31 "rollup-plugin-eslint": "^7.0.0",
42 "@typescript-eslint/eslint-plugin": "^4.8.2",
43 "@typescript-eslint/parser": "^4.8.2",
44 "eslint": "^7.14.0", string
45 "eslint-config-prettier": "^8.5.0",
46 "eslint-plugin-node": "^11.1.0",
/third_party/flatbuffers/tests/ts/foobar/
Dabc.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
Dclass.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
/third_party/flatbuffers/tests/ts/my-game/other-name-space/
Dfrom-include.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
/third_party/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
/third_party/flatbuffers/tests/ts/
Doptional_scalars.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
Dtypescript_transitive_include.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
/third_party/flatbuffers/tests/ts/no_import_ext/
Doptional_scalars.ts3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…

12345678910>>...15