forked from ChromeDevTools/devtools-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintignore
27 lines (26 loc) · 833 Bytes
/
.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
// this file is also used by PRESUBMIT.py to tell clang-format
// to not check the format of files in here
// it will ignore any that contain a glob, so if you add a
// glob into this file it willl not mean that the
// clang-format check also ignores that file
front_end/.eslintrc.js
front_end/cm/
front_end/cm_headless/
front_end/cm_modes/
front_end/cm_web_modes/
front_end/diff/diff_match_patch.js
front_end/formatter_worker/acorn/
front_end/protocol_externs.js
front_end/javascript_metadata/NativeFunctions.js
front_end/sdk/wasm_source_map/pkg/wasm_source_map.js
front_end/third_party/
test/e2e/**/*.js
test/shared/**/*.js
test/unittests/scripts/component_bridges/gen/*
test/**/fixtures/
scripts/jsdoc_validator/tests/
scripts/protocol_typescript/*.js
scripts/migration/**/*.js
scripts/component_bridges/gen/*
node_modules
*.d.ts