Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/
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'); constant
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 …]
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 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 …]
/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/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 …]
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dpackage-lock.json9 "firebase-admin": "^11.4.1",
10 "firebase-functions": "^3.11.0",
14 "eslint": "^5.12.0", string
15 "eslint-plugin-promise": "^4.0.1",
16 "firebase-functions-test": "^0.2.0"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
25 …"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOci…
34 "node_modules/@babel/helper-validator-identifier": {
36 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
[all …]
/aosp_15_r20/development/tools/winscope/
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 …]