Skip to content

Commit f6112ff

Browse files
authored
chore: Ignore build2/ when linting (#21204)
1 parent 2442d98 commit f6112ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ packages/react-art/npm/lib
66

77
# Build products
88
build/
9+
# TODO: Currently storing artifacts as `./build2` so that it doesn't conflict
10+
# with old build job. Remove once we migrate rest of build/test pipeline.
11+
build2/
912
coverage/
1013
fixtures/
1114
scripts/bench/benchmarks/**/*.js
@@ -20,4 +23,4 @@ packages/react-devtools-extensions/shared/build
2023
packages/react-devtools-inline/dist
2124
packages/react-devtools-shell/dist
2225
packages/react-devtools-scheduling-profiler/dist
23-
packages/react-devtools-scheduling-profiler/static
26+
packages/react-devtools-scheduling-profiler/static

0 commit comments

Comments
 (0)