chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-09-28 16:42:30 +03:00
parent d473a7e187
commit 794caced01
15 changed files with 42 additions and 35 deletions

View file

@ -28,7 +28,7 @@ const clean = (array) => array.filter(notEmpty);
const noParse = (a) => /\.spec\.js$/.test(a);
const babelDev = {
const options = {
babelrc: false,
plugins: [
'module:babel-plugin-macros',
@ -45,7 +45,7 @@ const rules = clean([
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
options: babelDev,
options,
}]);
const plugins = [