Skip to content

Commit

Permalink
chore: Ignore build2/ when linting (facebook#21204)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and zhengjitf committed Apr 15, 2022
1 parent 00280a2 commit a137f71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ packages/react-art/npm/lib

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

0 comments on commit a137f71

Please sign in to comment.