mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Re-enable prettier for compiler/
Now that the compiler directory has its own prettier config, we can
remove the prettierignore entry for compiler/ so it still runs in your
editor if you open the root directory
ghstack-source-id: 5e3bd597cf
Pull Request resolved: https://github.com/facebook/react/pull/29993
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
build
|
||||
|
||||
compiler
|
||||
packages/react-devtools-core/dist
|
||||
packages/react-devtools-extensions/chrome/build
|
||||
packages/react-devtools-extensions/firefox/build
|
||||
|
||||
@@ -55,6 +55,7 @@ const files = glob
|
||||
ignore: [
|
||||
'**/node_modules/**',
|
||||
'**/cjs/**',
|
||||
'compiler/**',
|
||||
...ignoredPathsListedInPrettierIgnoreInGlobFormat,
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user