Prettier: Upgrade to 2 (#30387)

* Updated package json but not updated source files

* Update eslint plugin

* updated files
This commit is contained in:
Torkel Ödegaard
2021-01-20 07:59:48 +01:00
committed by GitHub
parent f27450ed94
commit 1d689888b0
1069 changed files with 4370 additions and 5260 deletions
+2 -2
View File
@@ -117,8 +117,8 @@ module.exports = merge(common, {
excludeChunks: ['manifest', 'dark', 'light'],
chunksSortMode: 'none',
}),
function() {
this.hooks.done.tap('Done', function(stats) {
function () {
this.hooks.done.tap('Done', function (stats) {
if (stats.compilation.errors && stats.compilation.errors.length) {
console.log(stats.compilation.errors);
process.exit(1);