Home
last modified time | relevance | path

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

12

/external/pigweed/pw_web/log-viewer/
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"
15 "@lit-labs/virtualizer": "^2.0.7",
16 "@material/web": "^1.0.0-pre.16",
17 "@shoelace-style/shoelace": "^2.15.0",
19 "prettier-plugin-jsdoc": "^0.4.2"
22 "@open-wc/testing": "^3.0.0-next.5",
[all …]
Dpackage-lock.json2 "name": "log-viewer",
8 "name": "log-viewer",
11 "@lit-labs/virtualizer": "^2.0.7",
12 "@material/web": "^1.0.0-pre.16",
13 "@shoelace-style/shoelace": "^2.15.0",
15 "prettier-plugin-jsdoc": "^0.4.2"
18 "@open-wc/testing": "^3.0.0-next.5",
19 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
21 "@typescript-eslint/eslint-plugin": "^5.59.7",
22 "@web/test-runner": "^0.18.0",
[all …]
/external/perfetto/ui/
Dpackage.json2 "name": "perfetto-webui",
8 "license": "Apache-2.0",
15 "@codemirror/theme-one-dark": "^6.1.2",
20 "@types/color-convert": "^1.9.0",
27 "@types/w3c-web-usb": "^1.0.6",
30 "color-convert": "^2.0.1",
32 "devtools-protocol": "0.0.1159816",
37 "jsbn-rsa": "^1.0.4",
39 "noice-json-rpc": "^1.2.0",
42 "protobufjs-cli": "^1.1.2",
[all …]
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/pigweed/
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error",
19 "prebuild": "rimraf dist && npm run build-protos",
20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts",
22 "dev": "rollup -c -w",
23 "rollup": "rollup -c && npm run postbuild",
25 "start": "tsc-watch --onSuccess \"rollup -c\"",
28 "test": "npm run build && jest --silent",
32 "@grpc/grpc-js": "^1.3.7",
[all …]
D.eslintrc.cjs1 // ESLint configuration
11 "eslint:recommended",
12 "plugin:@typescript-eslint/recommended",
13 "plugin:lit-a11y/recommended",
21 "@typescript-eslint",
22 "lit-a11y",
25 "@typescript-eslint/ban-ts-comment": "warn",
26 "@typescript-eslint/no-explicit-any": "warn",
27 "@typescript-eslint/no-unused-vars": "warn",
31 "bazel-bin",
[all …]
Drollup.config.js7 // https://www.apache.org/licenses/LICENSE-2.0
15 import commonjs from '@rollup/plugin-commonjs';
16 import resolve from '@rollup/plugin-node-resolve';
17 import pluginTypescript from '@rollup/plugin-typescript';
19 import nodePolyfills from 'rollup-plugin-node-polyfills';
20 import postcss from 'rollup-plugin-postcss';
21 import sourceMaps from 'rollup-plugin-sourcemaps';
57 banner: '/* eslint-disable */',
/external/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 …]
/external/pigweed/pw_ide/ts/pigweed-vscode/
Dpackage-lock.json2 "name": "pigweed-vscode",
8 "name": "pigweed-vscode",
10 "license": "Apache-2.0",
21 "@typescript-eslint/eslint-plugin": "^5.59.8",
22 "@typescript-eslint/parser": "^5.59.8",
23 "@vscode/test-electron": "^2.3.2",
24 "eslint": "^8.41.0", string
26 "node-polyfill-webpack-plugin": "^2.0.1",
27 "ts-jest": "^29.1.1",
28 "ts-loader": "^9.4.4",
[all …]
Dpackage.json3 "name": "pigweed-vscode",
12 "license": "Apache-2.0",
31 "command": "pigweed.file-bug",
35 "command": "pigweed.check-extensions",
39 "command": "pigweed.launch-terminal",
43 "command": "pigweed.bootstrap-terminal",
69 "webpack": "webpack --mode development",
70 "webpack-dev": "webpack --mode development --watch",
71 "package": "webpack --mode production --devtool hidden-source-map",
72 "compile": "tsc -p ./",
[all …]
/external/pigweed/pw_web/webconsole/
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 …]
/external/flatbuffers/
D.eslintrc.js1 /* eslint-env node */
5 parser: '@typescript-eslint/parser',
7 '@typescript-eslint',
10 'eslint:recommended',
11 'plugin:@typescript-eslint/recommended',
Dpackage.json20 "compile": "tsc && tsc -p tsconfig.mjs.json",
21 "prepublishOnly": "npm install --only=dev && npm run compile"
40 "@typescript-eslint/eslint-plugin": "^4.12.0",
41 "@typescript-eslint/parser": "^4.12.0",
42 "eslint": "^7.17.0", string
Dyarn.lock5 "@babel/code-frame@7.12.11":
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 …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/
D.travis.yml4 - npm install -g bower polylint web-component-tester eslint eslint-plugin-html
5 - bower install
6 - polylint
7 - eslint *.html test/*.html
10 - secure: >-
12 - secure: >-
19 - google-chrome
21 - google-chrome-stable
23 - xvfb-run wct
24 - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi'
/external/perfetto/ui/src/common/
Dplugins.ts7 // http://www.apache.org/licenses/LICENSE-2.0
26 Plugin,
50 // Every plugin gets its own PluginContext. This is how we keep track
51 // what each plugin is doing and how we can blame issues on particular
53 // The PluginContext exists for the whole duration a plugin is active.
86 // eslint-disable-next-line @typescript-eslint/no-explicit-any
99 // This PluginContextTrace implementation provides the plugin access to trace
101 // The PluginContextTrace exists for the whole duration a plugin is active AND a
143 // eslint-disable-next-line @typescript-eslint/no-explicit-any
379 plugin: Plugin; property
[all …]
Dactions.ts7 // http://www.apache.org/licenses/LICENSE-2.0
89 // onTraceLoad() and can be used to trigger plugin-specific-behaviours (e.g.
144 if (index !== -1) arr.splice(index, 1);
232 // makes sense to have a generic "removeTracks" action which is un-opinionated
234 // E.g. Once debug tracks have been moved to a plugin, it makes no sense to
293 /* eslint-disable @typescript-eslint/strict-boolean-expressions */
300 /* eslint-enable */
316 if (aRank[i] !== bRank[i]) return aRank[i] - bRank[i];
331 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
407 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
[all …]
/external/timezone-boundary-builder/
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 …]
/external/perfetto/ui/src/public/
Dindex.ts7 // http://www.apache.org/licenses/LICENSE-2.0
61 // width of the slice, normalized between 0.0 -> 1.0.
66 // ^------------^-------^
80 // A human-friendly name for this command.
83 // eslint-disable-next-line @typescript-eslint/no-explicit-any
88 // - 'P'
89 // - 'Shift+P'
90 // - '!Mod+Shift+P'
99 // A vega or vega-lite visualisation spec.
101 // datasource named "metric" in Vega(-Lite)
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dpackage.json14 "license": "BSD-3-Clause",
16 "shady-css",
18 "shadow-css",
20 "web-components",
31 "lint": "eslint src tests entrypoints",
36 "apply-shim.html",
37 "apply-shim.min.js*",
38 "custom-style-interface.html",
39 "custom-style-interface.min.js*",
40 "scoping-shim.min.js*",
[all …]
/external/chromium-trace/catapult/common/node_runner/node_runner/
Dpackage.json7 "url": "https://github.com/catapult-project/catapult/tree/master/catapult_base"
11 "test": "cd ../../../dashboard/dashboard/spa && karma start --coverage --no-colors"
14 "license": "BSD-2-Clause",
18 "dot-prop-immutable": "1.5.0",
19 "@chopsui/result-channel": "0.1.0",
20 "@chopsui/batch-iterator": "0.1.0",
21 "@chopsui/chops-button": "0.1.11",
22 "@chopsui/chops-checkbox": "0.1.11",
23 "@chopsui/chops-input": "0.1.11",
24 "@chopsui/chops-loading": "0.1.11",
[all …]
/external/arm-trusted-firmware/
D.versionrc.js4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 * Conventional Commits plugin (which our own plugin extends).
33 …ry of the new features, changes, fixes and known\nissues in each release of Trusted Firmware-A.\n",
35 "name": "tf-a",
36 …UrlFormat": "https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/{{hash}}…
37 …UrlFormat": "https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/{{previo…

12