Home
last modified time | relevance | path

Searched +full:eslint +full:- +full:plugin (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/docker/
Dazure-sdk.log4 Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5 Node.js version is 18.0.0 (pre-LTS)
8 ==[ @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".
[all …]
/third_party/jsframework/
Dpackage.json4 …"description": "The JSFramework is a framework for building mobile cross-platform UI written in Ty…
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",
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",
29 "rollup-plugin-babel": "^3.0.7",
[all …]
Dbuild_strip_native_min.js7 * http://www.apache.org/licenses/LICENSE-2.0
22 const resolve = require('rollup-plugin-node-resolve');
24 const commonjs = require('rollup-plugin-commonjs');
26 const json = require('rollup-plugin-json');
28 const babel = require('rollup-plugin-babel');
30 const typescript = require('rollup-plugin-typescript2');
32 const { uglify } = require('rollup-plugin-uglify');
35 eslint constant
36 } = require('rollup-plugin-eslint');
55 const esPlugin = eslint({
Dpackage-lock.json9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.0.t…
10 …"integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9…
13 "@jridgewell/gen-mapping": "^0.1.0",
14 "@jridgewell/trace-mapping": "^0.3.9"
17 "@babel/code-frame": {
19 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.12.11.tg…
20 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
26 "@babel/compat-data": {
28 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.19.1.t…
29 …"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQ…
[all …]
/third_party/typescript/
Dpackage.json2 "name": "ohos-typescript",
8 "version": "4.9.5-r4",
9 "license": "Apache-2.0",
48 "@types/fs-extra": "9.0.13",
50 "@types/microsoft__typescript-etw": "0.1.1",
55 "@types/source-map-support": "0.5.6",
57 "@typescript-eslint/eslint-plugin": "5.33.1",
58 "@typescript-eslint/parser": "5.33.1",
59 "@typescript-eslint/utils": "5.33.1",
60 "azure-devops-node-api": "11.2.0",
[all …]
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",
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 …]
Dpackage-lock.json2 "name": "ohos-typescript",
3 "version": "4.9.5-r4",
8 "name": "ohos-typescript",
9 "version": "4.9.5-r4",
10 "license": "Apache-2.0",
18 "@types/fs-extra": "9.0.13",
20 "@types/microsoft__typescript-etw": "0.1.1",
25 "@types/source-map-support": "0.5.6",
27 "@typescript-eslint/eslint-plugin": "5.33.1",
28 "@typescript-eslint/parser": "5.33.1",
[all …]
/third_party/css-what/
D.eslintrc.json2 "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 …]
Dpackage.json3 "name": "css-what",
11 "url": "https://github.com/fb55/css-what"
24 "lint:es": "eslint src",
25 "lint:prettier": "npm run prettier -- --check",
27 "format:es": "npm run lint:es -- --fix",
28 "format:prettier": "npm run prettier -- --write",
30 "build": "tsc && tsc -p tsconfig.es.json",
36 "@typescript-eslint/eslint-plugin": "^5.17.0",
37 "@typescript-eslint/parser": "^5.17.0",
38 "eslint": "^8.12.0", string
[all …]
Dpackage-lock.json2 "name": "css-what",
8 "name": "css-what",
10 "license": "BSD-2-Clause",
14 "@typescript-eslint/eslint-plugin": "^5.17.0",
15 "@typescript-eslint/parser": "^5.17.0",
16 "eslint": "^8.12.0", string
17 "eslint-config-prettier": "^8.5.0",
18 "eslint-plugin-node": "^11.1.0",
21 "ts-jest": "^27.1.4",
31 "node_modules/@babel/code-frame": {
[all …]
/third_party/parse5/
D.eslintrc.json7 "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 …]
Dpackage-lock.json2 "name": "parse5-build-scripts",
7 "name": "parse5-build-scripts",
14 "@eslint/js": "^9.13.0",
16 "eslint": "^9.13.0", string
17 "eslint-config-prettier": "^9.1.0",
18 "eslint-plugin-unicorn": "^55.0.0",
22 "lint-staged": "^15.2.10",
25 "ts-jest": "^29.2.5",
26 "ts-node": "^10.9.2",
29 "typescript-eslint": "^8.11.0"
[all …]
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';
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 …]
Dpackage.json2 "name": "parse5-build-scripts",
11 "@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",
19 "lint-staged": "^15.2.10",
22 "ts-jest": "^29.2.5",
23 "ts-node": "^10.9.2",
26 "typescript-eslint": "^8.11.0"
29 "build": "npm run build:esm && npm run build:cjs --workspaces --if-present",
[all …]
/third_party/skia/experimental/tskit/
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",
18 "license": "BSD-3-Clause"
D.eslintrc.js3 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 …]
Dpackage-lock.json9 "license": "BSD-3-Clause",
11 "@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",
19 "node_modules/@babel/code-frame": {
21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
28 "node_modules/@babel/helper-validator-identifier": {
[all …]
/third_party/skia/m133/experimental/tskit/
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",
18 "license": "BSD-3-Clause"
D.eslintrc.js3 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 …]
Dpackage-lock.json9 "license": "BSD-3-Clause",
11 "@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",
19 "node_modules/@babel/code-frame": {
21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
28 "node_modules/@babel/helper-validator-identifier": {
[all …]
/third_party/flatbuffers/
Dpackage.json20 "lint": "eslint ts",
21 …"compile": "tsc && tsc -p tsconfig.mjs.json && esbuild js/flatbuffers.js --minify --global-name=fl…
22 "prepublishOnly": "npm install --only=dev && npm run compile"
32 "license": "Apache-2.0",
39 "@typescript-eslint/eslint-plugin": "^6.13.2",
40 "@typescript-eslint/parser": "^6.13.2",
42 "eslint": "^8.55.0", string
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:
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…
43 /@esbuild/android-arm@0.19.8:
[all …]
/third_party/typescript/.vscode/
Dextensions.json3 "dbaeumer.vscode-eslint",
4 "rbuckton.tsserver-live-reload"
8 "ms-vscode.vscode-typescript-tslint-plugin"
/third_party/weex-loader/
Dpackage.json2 "name": "weex-loader",
9 "url": "https://github.com/weexteam/weex-loader.git"
11 "licenses": "Apache-2.0",
20 "lint": "eslint --fix src",
21 "dev": "gazeer -p \"src/*.js\" -c \"npm run build\"",
22 "build": "node node_modules/babel-cli/bin/babel.js src --out-dir lib",
23 "test:build": "cd test && webpack --config ./webpack.config.js",
25 "rich:build": "cd sample && webpack --config ../webpack.rich.config.js",
27 "lite:build": "cd sample && webpack --config ../webpack.lite.config.js",
29 "ace:build": "webpack --config ./webpack.config.js",
[all …]
/third_party/typescript/src/webServer/
DwebServer.ts151 /* eslint-disable no-restricted-globals */
156 /* eslint-enable no-restricted-globals */
167 …return { module: undefined, error: new Error("Could not load plugin. Could not load 'package.json'…
172 …return { module: undefined, error: new Error("Could not load plugin. No 'browser' field found in p…

12