mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Fix ESLint and Prettier configs for React Compiler (#29073)
Fixes the top-level ESLint and Prettier configs to ignore the compiler. For now the compiler has its own prettier and linting setup with different versions/configs.
This commit is contained in:
parent
cfeb491ee7
commit
c93c30f9d4
|
|
@ -13,6 +13,9 @@ scripts/bench/benchmarks/**/*.js
|
|||
# React repository clone
|
||||
scripts/bench/remote-repo/
|
||||
|
||||
# Compiler uses its own lint setup
|
||||
compiler/
|
||||
|
||||
packages/react-devtools-core/dist
|
||||
packages/react-devtools-extensions/chrome/build
|
||||
packages/react-devtools-extensions/firefox/build
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
build
|
||||
|
||||
compiler
|
||||
packages/react-devtools-core/dist
|
||||
packages/react-devtools-extensions/chrome/build
|
||||
packages/react-devtools-extensions/firefox/build
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user