mirror of
https://github.com/facebook/react.git
synced 2026-02-21 19:31:52 +00:00
Our prettier setup is all messed up after the merge, so this PR should
fix things
ghstack-source-id: f825460ea6
Pull Request resolved: https://github.com/facebook/react/pull/29213
10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
const config = {
|
|
requirePragma: false,
|
|
parser: "babel-ts",
|
|
semi: true,
|
|
singleQuote: false,
|
|
trailingComma: "es5"
|
|
}
|
|
|
|
module.exports = config;
|