Prettier
Didn't run this on every single file because it messes up the formatting of the some of the TestRenderer constructions
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
presets: [['@babel/preset-env', { targets: { node: 'current' } }]]
|
||||
}
|
||||
presets: [["@babel/preset-env", { targets: { node: "current" } }]],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user