Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/pigweed/
H A Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
18 "prebuild": "rimraf dist && npm run build-protos",
19 "build-protos": "rollup -c rollup-protos.config.js && node dist/bin/build_default_protos.js",
21 "dev": "rollup -c -w",
22 "rollup": "rollup -c && npm run postbuild",
24 "start": "tsc-watch --onSuccess \"rollup -c\"",
25 "check": "eslint . --ext .ts",
26 "fix": "eslint . --ext .ts --fix",
27 "test": "npm run build && jest --silent",
[all …]
H A Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
16 "ts-protoc-gen": "^0.15.0"
23 "@codemirror/lang-python": "^6.1.6",
25 "@codemirror/theme-one-dark": "^6.1.2",
26 "@lit-labs/virtualizer": "^2.0.7",
27 "@material-ui/core": "^4.12.1",
28 "@material-ui/lab": "^4.0.0-alpha.60",
30 "@open-wc/testing": "^3.0.0-next.5",
[all …]
H A D.eslintrc.cjs7 // https://www.apache.org/licenses/LICENSE-2.0
15 // ESLint configuration
25 "eslint:recommended",
26 "plugin:@typescript-eslint/recommended",
27 "plugin:lit-a11y/recommended",
35 "@typescript-eslint",
36 "lit-a11y",
39 "@typescript-eslint/ban-ts-comment": "warn",
40 "@typescript-eslint/no-explicit-any": "warn",
41 "@typescript-eslint/no-unused-vars": "warn",
[all …]
/aosp_15_r20/tools/netsim/ui/
H A Dpackage-lock.json2 "name": "netsim-app",
8 "name": "netsim-app",
17 "@custom-elements-manifest/analyzer": "^0.4.17",
18 "@open-wc/building-rollup": "^2.2.1",
19 "@open-wc/eslint-config": "^4.3.0",
20 "@open-wc/testing": "next",
21 "@rollup/plugin-node-resolve": "^15.0.1",
22 "@typescript-eslint/eslint-plugin": "^4.33.0",
23 "@typescript-eslint/parser": "^4.33.0",
24 "@web/dev-server": "^0.1.28",
[all …]
H A Dpackage.json2 "name": "netsim-app",
3 "description": "Webcomponent netsim-app following open-wc recommendations",
5 "author": "netsim-app",
8 …"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignor…
9 …"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write…
10 "test": "tsc && wtr --coverage",
11 "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
12 "analyze": "cem analyze --litelement",
13--plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./ts --proto_path=../proto --proto…
14 "build": "tsc && cp -r ./assets ./web && rimraf dist/* && rollup -c rollup.config.mjs",
[all …]
/aosp_15_r20/external/pigweed/pw_web/log-viewer/
H A Dpackage.json2 "name": "log-viewer",
8 "build": "tsc && vite build --base=/asset/5b095937-1e59-52cf-9255-eb8577d1ff83/",
10 "lint": "eslint --max-warnings=0 src",
11 "test": "web-test-runner test/**/*.test.js",
12 "test:watch": "web-test-runner test/**/*.test.js --watch"
16 "@codemirror/lang-python": "^6.1.6",
18 "@codemirror/theme-one-dark": "^6.1.2",
19 "@lit-labs/virtualizer": "^2.0.7",
21 "@shoelace-style/shoelace": "^2.15.0",
24 "prettier-plugin-jsdoc": "^0.4.2"
[all …]
H A Dpackage-lock.json2 "name": "log-viewer",
8 "name": "log-viewer",
12 "@codemirror/lang-python": "^6.1.6",
14 "@codemirror/theme-one-dark": "^6.1.2",
15 "@lit-labs/virtualizer": "^2.0.7",
17 "@shoelace-style/shoelace": "^2.15.0",
20 "prettier-plugin-jsdoc": "^0.4.2"
23 "@open-wc/testing": "^3.0.0-next.5",
24 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
26 "@typescript-eslint/eslint-plugin": "^5.59.7",
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
124 '@eslint/eslintrc':
[all …]
H A Dpackage.json2 "name": "perfetto-webui",
8 "license": "Apache-2.0",
15 "@codemirror/theme-one-dark": "^6.1.2",
21 "@types/color-convert": "^2.0.3",
28 "@types/w3c-web-usb": "^1.0.10",
30 "color-convert": "^2.0.1",
31 "devtools-protocol": "0.0.1319565",
37 "jsbn-rsa": "^1.0.4",
39 "noice-json-rpc": "^1.2.0",
42 "protobufjs-cli": "^1.1.2",
[all …]
H A Deslint.config.js7 // http://www.apache.org/licenses/LICENSE-2.0
15 const {FlatCompat} = require('@eslint/eslintrc');
18 const js = require('@eslint/js');
19 const jsdoc = require('eslint-plugin-jsdoc');
21 const tsParser = require('@typescript-eslint/parser');
22 const typescriptEslint = require('@typescript-eslint/eslint-plugin');
30 // The eslint-config-google uses deprecated jsdoc options that break with the
31 // latest version of eslint. This has been fixed upstram [1] but no npm package
33 // [1] https://github.com/google/eslint-config-google/pull/72.
35 delete googleCfg[0].rules['valid-jsdoc'];
[all …]
/aosp_15_r20/external/skia/experimental/tskit/
H A 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 …]
H A 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"
/aosp_15_r20/external/pigweed/pw_web/webconsole/
H A Dpackage-lock.json12 "@codemirror/lang-javascript": "^6.0.2",
14 "@codemirror/theme-one-dark": "^6.0.0",
20 "object-path": "^0.11.8",
23 "react-dom": "18.2.0",
24 "react-virtualized": "^9.22.3",
25 "react-virtualized-auto-sizer": "^1.0.6",
26 "react-window": "^1.8.7",
28 "xterm-addon-fit": "^0.5.0"
33 "@types/react-dom": "18.0.6",
34 "@types/react-virtualized": "^9.21.21",
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage.json6 "serve": "vue-cli-service serve",
7 "build": "vue-cli-service build",
8 "test:unit": "vue-cli-service test:unit",
9 "lint": "vue-cli-service lint"
14 "core-js": "^3.6.5",
16 "eslint-config-airbnb-base": "^14.2.1",
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
[all …]
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/development/tools/ota_analysis/
H A Dpackage.json6 "serve": "vue-cli-service serve",
7 "build": "vue-cli-service build",
8 "test:unit": "vue-cli-service test:unit",
9 "lint": "vue-cli-service lint",
15 "core-js": "^3.6.5",
17 "eslint-config-airbnb-base": "^14.2.1",
18 "flush-promises": "^1.0.2",
20 "material-design-icons": "^3.0.1",
22 "roboto-fontface": "*",
23 "vue": "^3.0.0-0",
[all …]
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "flush-promises": "^1.0.2",
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
23 "vue-router": "^4.0.0-0",
24 "vue-uuid": "^2.0.2",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/development/tools/winscope/
H A Dpackage.json5 …ormat:check": "(ls *.js .*.js && find src/ -regextype egrep -regex '^.*(\\.ts|\\.js)$') |xargs npx…
6 …"format:fix": "(ls *.js .*.js && find src/ -regextype egrep -regex '^.*(\\.ts|\\.js)$') |xargs npx…
7 …"eslint:check": "(ls *.js .*.js && find src/ -regextype egrep -regex '^.*(\\.ts|\\.js)$') |xargs n…
8 …"eslint:fix": "(ls *.js .*.js && find src/ -regextype egrep -regex '^.*(\\.ts|\\.js)$') |xargs npx…
9 …"tslint:check": "find src/ -regextype egrep -regex '^.*\\.ts$' |xargs npx tslint -c google.tslint.…
10 …nt:fix": "find src/ -regextype egrep -regex '^.*\\.ts$' |xargs npx tslint -c google.tslint.json --
11 "deps_graph:check_cycles": "npx madge --extensions ts,js src/ --circular",
12 "start": "webpack serve --config webpack.config.dev.js --open --hot --port 8080",
13 …"start:remote_tool_mock": "webpack serve --config src/test/remote_tool_mock/webpack.config.js --op…
14-build-deps --ui && ui/node ui/build.js --out trace_processor_build) && rm -rf deps_build/trace_pr…
[all …]
H A Dpackage-lock.json19 "@angular/platform-browser": "^14.0.0",
20 "@angular/platform-browser-dynamic": "^14.0.0",
22 "@auth0/auth0-angular": "^1.10.0",
28 "gl-matrix": "^3.4.3",
29 "html-loader": "^3.1.0",
32 "jsbn-rsa": "^1.0.4",
35 "style-loader": "^3.3.1",
37 "ts-loader": "^9.3.0",
40 "webgl-utils": "^1.0.1",
41 "webgl-utils.js": "^1.1.0",
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage-lock.json10 "license": "Apache-2.0",
16 "js-yaml": "^4.1.0",
17 "node_modules-path": "^2.0.8",
18 "strip-ansi": "^7.1.0"
24 "@types/js-yaml": "^4.0.9",
27 "@typescript-eslint/eslint-plugin": "^7.16.0",
28 "@typescript-eslint/parser": "^7.16.0",
29 "@vscode/test-cli": "^0.0.10",
30 "@vscode/test-electron": "^2.4.1",
31 "eslint": "^8.56.0", string
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dpackage-lock.json8 "csv-parse": "^5.3.3",
15 "@typescript-eslint/eslint-plugin": "^5.48.0",
16 "eslint-config-prettier": "^8.6.0",
17 "eslint-plugin-import": "^2.26.0",
18 "eslint-plugin-prettier": "^4.2.1",
19 "eslint-plugin-simple-import-sort": "^8.0.0",
20 "ts-node": "^10.9.1",
24 "node_modules/@cspotcode/source-map-support": {
26 …"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.t…
27 …"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu…
[all …]
H A Dpackage.json3 "csv-parse": "^5.3.3",
10 "@typescript-eslint/eslint-plugin": "^5.48.0",
11 "eslint-config-prettier": "^8.6.0",
12 "eslint-plugin-import": "^2.26.0",
13 "eslint-plugin-prettier": "^4.2.1",
14 "eslint-plugin-simple-import-sort": "^8.0.0",
15 "ts-node": "^10.9.1",
19 "main": "ts-node ./index.ts",
20 "resetRepo": "repo forall -j100 -c 'git restore .'"
H A D.eslintrc.json10 "plugins": ["prettier", "@typescript-eslint", "eslint-plugin-simple-import-sort", "import"],
11 "extends": ["prettier", "eslint:recommended", "plugin:@typescript-eslint/recommended"],
14 "no-unused-vars": "off",
15 "@typescript-eslint/no-unused-vars": [
23 "no-multiple-empty-lines": ["error", { "max": 2 }],
24 "no-multi-spaces": "error",
25 "simple-import-sort/imports": "error",
26 "simple-import-sort/exports": "error",
28 "import/newline-after-import": "error",
29 "import/no-duplicates": "error"
/aosp_15_r20/external/timezone-boundary-builder/
H A Dpackage-lock.json2 "name": "timezone-boundary-builder",
7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O…
16 "@babel/helper-validator-identifier": {
18 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
19 …"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhq…
24 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
25 …"integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l…
28 "@babel/helper-validator-identifier": "^7.10.4",
[all …]
/aosp_15_r20/external/flatbuffers/
H A Dyarn.lock5 "@babel/code-[email protected]":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db93…
8 …integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH…
12 "@babel/helper-validator-identifier@^7.16.7":
14 …solved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identif…
15 …integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/…
19 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea7…
20 …integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfT…
22 "@babel/helper-validator-identifier" "^7.16.7"
24 js-tokens "^4.0.0"
[all …]

123