-
Notifications
You must be signed in to change notification settings - Fork 471
/
.eslintignore
41 lines (35 loc) · 1.44 KB
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
front_end/diff/diff_match_patch.jD
front_end/models/javascript_metadata/NativeFunctions.js
// All of these scripts are auto-generated so don't lint them.
front_end/generated/ARIAProperties.js
front_end/generated/Deprecation.ts
front_end/generated/InspectorBackendCommands.js
front_end/generated/protocol-mapping.d.ts
front_end/generated/protocol-proxy-api.d.ts
front_end/generated/protocol.ts
// Any third_party addition has its source code checked out into
// third_party/X/package, so we ignore that code as it's not code we author or
// own.
front_end/third_party/*/package/
// Any JS files are also not authored by devtools-frontend, so we ignore those.
front_end/third_party/**/*.js
// Lighthouse doesn't have a package/ folder but has other nested folders, so
// we ignore any folders within the lighthouse directory.
front_end/third_party/lighthouse/*/
// The CodeMirror bundle file is auto-generated and rolled-up as part of the
// install script, so we don't need to lint it.
front_end/third_party/codemirror.next/bundle.ts
// Lit lib files are auto-generated and rolled up as part of the install script.
front_end/third_party/lit/src/*.ts
// @puppeteer/replay is auto-generated.
front_end/third_party/puppeteer-replay/**/*.ts
extensions/cxx_debugging/third_party/
node_modules
scripts/build/typescript/tests
scripts/migration/**/*.js
scripts/protocol_typescript/*.js
scripts/deps/tests/fixtures
test/**/fixtures/
test/e2e/**/*.js
test/shared/**/*.js
*.d.ts