mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 11:58:11 +08:00
run prettier(2.0.5) (#1438)
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
||||
cacheDirectory: true,
|
||||
presets: [
|
||||
["modern-browsers", { loose: true, modules: false }],
|
||||
"@babel/preset-react"
|
||||
"@babel/preset-react",
|
||||
],
|
||||
plugins: [
|
||||
"@babel/plugin-proposal-function-bind",
|
||||
@@ -11,6 +11,6 @@ module.exports = {
|
||||
["@babel/plugin-proposal-class-properties", { loose: true }],
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator"
|
||||
]
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user