| /third_party/css-what/ |
| D | .eslintrc.json | 2 "extends": ["eslint:recommended", "plugin:node/recommended", "prettier"], 9 "no-caller": 2, 10 "dot-notation": 2, 11 "no-var": 2, 12 "prefer-const": 2, 13 "prefer-arrow-callback": [2, { "allowNamedFunctions": true }], 14 "arrow-body-style": [2, "as-needed"], 15 "object-shorthand": 2, 16 "prefer-template": 2, 17 "one-var": [2, "never"], [all …]
|
| /third_party/typescript/ |
| D | .eslintrc.json | 2 "parser": "@typescript-eslint/parser", 14 "@typescript-eslint", "jsdoc", "no-null", "import" 17 "@typescript-eslint/adjacent-overload-signatures": "error", 18 "@typescript-eslint/array-type": "error", 20 "brace-style": "off", 21 "@typescript-eslint/brace-style": ["error", "stroustrup", { "allowSingleLine": true }], 23 "@typescript-eslint/naming-convention": [ 25 …eLike", "format": ["PascalCase"], "filter": { "regex": "^(__String|[A-Za-z]+_[A-Za-z]+)$", "match"… 26 …se"], "custom": { "regex": "^I[A-Z]", "match": false }, "filter": { "regex": "^I(Arguments|TextWri… 27 …: "allow", "filter": { "regex": "^(_{1,2}filename|_{1,2}dirname|_+|[A-Za-z]+_[A-Za-z]+)$", "match"… [all …]
|
| D | package.json | 2 "name": "ohos-typescript", 8 "version": "4.9.5-r4", 9 "license": "Apache-2.0", 10 "description": "TypeScript is a language for application scale JavaScript development", 12 "TypeScript", 19 "url": "https://github.com/Microsoft/TypeScript/issues" 23 "url": "https://github.com/Microsoft/TypeScript.git" 25 "main": "./lib/typescript.js", 26 "typings": "./lib/typescript.d.ts", 48 "@types/fs-extra": "9.0.13", [all …]
|
| /third_party/skia/m133/experimental/tskit/ |
| D | .eslintrc.js | 3 parser: '@typescript-eslint/parser', 9 '@typescript-eslint', 12 'airbnb-typescript', 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', [all …]
|
| D | package.json | 4 "description": "Experimental version of canvaskit with typescript binding code", 7 "@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", 12 "typescript": "^4.2.3" string 18 "license": "BSD-3-Clause"
|
| /third_party/skia/experimental/tskit/ |
| D | .eslintrc.js | 3 parser: '@typescript-eslint/parser', 9 '@typescript-eslint', 12 'airbnb-typescript', 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', [all …]
|
| D | package.json | 4 "description": "Experimental version of canvaskit with typescript binding code", 7 "@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", 12 "typescript": "^4.2.3" string 18 "license": "BSD-3-Clause"
|
| /third_party/flatbuffers/ |
| D | pnpm-lock.yaml | 11 '@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: 23 typescript: 29 /@aashutoshrathi/word-wrap@1.2.6: 30 …resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlC… 34 /@esbuild/android-arm64@0.19.8: 35 …resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLEC… [all …]
|
| /third_party/parse5/ |
| D | .eslintrc.json | 7 "extends": ["eslint:recommended", "prettier", "plugin:unicorn/recommended"], 9 "no-console": "error", 11 "prefer-arrow-callback": "error", 12 "one-var": ["error", "never"], 13 "no-var": "error", 14 "prefer-const": "error", 15 "object-shorthand": "error", 16 "prefer-destructuring": [ 23 "prefer-template": "error", 24 "arrow-body-style": ["error", "as-needed"], [all …]
|
| D | eslint.config.js | 1 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'; 12 'test/data/html5lib-tests', 13 'test/data/html5lib-tests-fork', 40 'no-console': 'error', 42 'prefer-arrow-callback': 'error', 43 'one-var': ['error', 'never'], 44 'no-var': 'error', [all …]
|
| /third_party/typescript/src/ |
| D | .eslintrc.json | 5 "project": "./tsconfig-base.json" 8 "@typescript-eslint/no-unnecessary-qualifier": "error", 9 "@typescript-eslint/no-unnecessary-type-assertion": "error", 10 "no-restricted-globals": ["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 34 "local/no-keywords": "off", 36 // eslint [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/ |
| D | .eslintrc.js | 7 parser: "@typescript-eslint/parser", 9 project: "tsconfig.eslint.json", 13 plugins: ["@typescript-eslint"], 17 curly: ["error", "multi-line"], 18 "no-console": ["error", { allow: ["warn", "error"] }], 19 "prefer-const": "error", 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/ |
| D | package.json | 4 …on": "The JSFramework is a framework for building mobile cross-platform UI written in TypeScript.", 8 "test:lint": "eslint -c .eslintrc --fix test/**/*.ts", 9 … "test:unit": "mocha --timeout 5000 -r ts-node/register test/lib.ts test/ut/**/*.ts test/ut/*.ts", 10 "build:mock": "cd ./mock-generate && npm run build", 15 "typescript", 21 "babel-core": "^6.26.3", 22 "babel-loader": "^6.4.1", 23 "babel-plugin-external-helpers": "^6.22.0", 24 "babel-preset-env": "^1.7.0", 25 "babel-runtime": "^6.26.0", [all …]
|
| /third_party/flatbuffers/tests/ts/ |
| D | typescript.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip… 5 export { Object_ } from './typescript/object.js'; 6 export { class_ } from './typescript/class.js';
|
| D | typescript.js | 2 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip… 3 export { Object_ } from './typescript/object.js'; 4 export { class_ } from './typescript/class.js';
|
| D | typescript_keywords.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip… 7 export * as typescript from './typescript.js';
|
| D | typescript_keywords.js | 2 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip… 5 export * as typescript from './typescript.js';
|
| D | optional_scalars.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip… 5 export * as optional_scalars from './optional-scalars.js';
|
| D | typescript_transitive_include.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
|
| D | foobar.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
|
| /third_party/flatbuffers/tests/ts/foobar/ |
| D | abc.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
|
| D | class.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
|
| /third_party/flatbuffers/tests/ts/my-game/other-name-space/ |
| D | from-include.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
|
| /third_party/flatbuffers/tests/ts/no_import_ext/ |
| D | optional_scalars.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip… 5 export * as optional_scalars from './optional-scalars.js';
|
| /third_party/flatbuffers/grpc/examples/ts/greeter/src/ |
| D | greeter.ts | 3 /* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescrip…
|