ESlint array-bracket-spacing

and object-property-newline
This commit is contained in:
Peter Jaszkowiak
2017-02-18 00:04:34 -07:00
parent 554075b312
commit d7526b5e44
6 changed files with 18 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ module.exports = function (Meta) {
return callback(err);
}
postcss(global.env === 'development' ? [ autoprefixer ] : [
postcss(global.env === 'development' ? [autoprefixer] : [
autoprefixer,
clean({
processImportFrom: ['local'],