Update prettier, eslint + plugins, flow, husky and lint-staged (#6183)
This commit is contained in:
@@ -137,7 +137,10 @@ for (const type in t.FLIPPED_ALIAS_KEYS) {
|
||||
}
|
||||
|
||||
code += `\ndeclare module "babel-types" {
|
||||
${lines.join("\n").replace(/\n/g, "\n ").trim()}
|
||||
${lines
|
||||
.join("\n")
|
||||
.replace(/\n/g, "\n ")
|
||||
.trim()}
|
||||
}\n`;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user