Home
last modified time | relevance | path

Searched +full:eslint +full:- +full:plugin (Results 1 – 25 of 38) 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
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 …]
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
25 "package-lock.json",
31 deps = [ "//third_party/css-what:css_what_sources" ]
38 node_modules = "//prebuilts/build-tools/common/js-framework/node_modules"
39 nodejs_path = "//prebuilts/build-tools/common/nodejs/current"
50 eslint = "//third_party/jsframework/.eslintrc"
53 css_what = "//third_party/css-what"
61 rebase_path(eslint, root_build_dir),
79 # plugin
192 "--startup_blob=" + rebase_path(v8_snapshot_bin_path),
[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-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 …]
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 …]
/third_party/typescript/
Dpackage.json2 "name": "ohos-typescript",
8 "version": "4.9.5-r4",
9 "license": "Apache-2.0",
47 "@types/fancy-log": "2.0.0",
48 "@types/fs-extra": "9.0.13",
51 "@types/gulp-concat": "0.0.33",
52 "@types/gulp-newer": "0.0.32",
53 "@types/gulp-rename": "2.0.1",
54 "@types/gulp-sourcemaps": "0.0.35",
56 "@types/microsoft__typescript-etw": "0.1.1",
[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",
7 "@aashutoshrathi/word-wrap": {
9 …ed": "https://repo.huaweicloud.com/repository/npm/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
10 …"integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFw…
13 "@es-joy/jsdoccomment": {
15 …"resolved": "https://repo.huaweicloud.com/repository/npm/@es-joy/jsdoccomment/-/jsdoccomment-0.31.…
16 …"integrity": "sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289Inz…
19 "comment-parser": "1.3.1",
21 "jsdoc-type-pratt-parser": "~3.1.0"
[all …]
DGulpfile.mjs1 // @ts-check
4 import log from "fancy-log";
5 import newer from "gulp-newer";
6 import sourcemaps from "gulp-sourcemaps";
8 import rename from "gulp-rename";
9 import concat from "gulp-concat";
12 import { append, transform } from "gulp-insert";
62 task("generate-diagnostics", generateDiagnostics);
63 task("generate-diagnostics").description = "Generates a diagnostic file in TypeScript based on an i…
68 const watchDiagnostics = () => watch(["src/compiler/diagnosticMessages.json"], task("generate-diagn…
[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.json2 "name": "parse5-build-scripts",
12 "@typescript-eslint/eslint-plugin": "^5.43.0",
13 "@typescript-eslint/parser": "^5.43.0",
14 "eslint": "^8.27.0", string
15 "eslint-config-prettier": "^8.5.0",
16 "eslint-plugin-unicorn": "^44.0.2",
19 "lint-staged": "^13.0.3",
22 "ts-jest": "^29.0.3",
23 "ts-node": "^10.9.1",
28 "build": "npm run build:esm && npm run build:cjs --workspaces --if-present",
[all …]
Dpackage-lock.json2 "name": "parse5-build-scripts",
7 "name": "parse5-build-scripts",
15 "@typescript-eslint/eslint-plugin": "^5.43.0",
16 "@typescript-eslint/parser": "^5.43.0",
17 "eslint": "^8.27.0", string
18 "eslint-config-prettier": "^8.5.0",
19 "eslint-plugin-unicorn": "^44.0.2",
22 "lint-staged": "^13.0.3",
25 "ts-jest": "^29.0.3",
26 "ts-node": "^10.9.1",
[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"
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 …]
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 …]
/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.ts158 /* eslint-disable no-restricted-globals */
163 /* eslint-enable no-restricted-globals */
174 …return { module: undefined, error: new Error("Could not load plugin. Could not load 'package.json'…
179 …return { module: undefined, error: new Error("Could not load plugin. No 'browser' field found in p…
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts396 { path: "/a/b/node_modules/.staging/lodash-b0733faa" },
397 { path: "/a/b/node_modules/.staging/@types/lodash-e56c4fe7" },
398 { path: "/a/b/node_modules/.staging/symbol-observable-24bcbbff" },
399 { path: "/a/b/node_modules/.staging/rxjs-22375c61" },
400 { path: "/a/b/node_modules/.staging/typescript-8493ea5d" },
401-observable-24bcbbff/package.json", content: "{\n \"name\": \"symbol-observable\",\n \"version\"…
402-b0733faa/package.json", content: "{\n \"name\": \"lodash\",\n \"version\": \"4.17.4\",\n \"des…
403-22375c61/package.json", content: "{\n \"name\": \"rxjs\",\n \"version\": \"5.4.3\",\n \"descri…
404-8493ea5d/package.json", content: "{\n \"name\": \"typescript\",\n \"author\": \"Microsoft C…
405 …{ path: "/a/b/node_modules/.staging/symbol-observable-24bcbbff/index.js", content: "module.exports…
[all …]
DwebServer.ts1 /* eslint-disable local/boolean-trivia */
53 path: "^memfs:/sample-folder/large.ts",
176 … const { session } = setup(/*logLevel*/ undefined, { globalPlugins: ["plugin-a"] }, importPlugin);
182 // plugin enablement asynchronously and there are no plugin enablements currently
194 // at this point all plugin modules should have been instantiated and all plugins
206 … const promise = moduleName === "plugin-a" ? pluginADeferred.promise : pluginBDeferred.promise;
211 log.push(`invoke plugin ${moduleName}`);
218 …nst { session } = setup(/*logLevel*/ undefined, { globalPlugins: ["plugin-a", "plugin-b"] }, impor…
234 "request import plugin-a",
235 "request import plugin-b",
[all …]

12