chore(cloudcmd) lint

This commit is contained in:
coderaiser 2021-02-13 12:33:00 +02:00
parent 2e75ca18f4
commit 04e54f2794
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View file

@ -16,4 +16,3 @@ modules/emitify
dist
dist-dev
.putoutcache

View file

@ -27,9 +27,9 @@ export default {
'test:server': () => `tape 'test/**/*.js' 'server/**/*.spec.js' 'common/**/*.spec.js'`,
'wisdom': () => run(['lint:all', 'build', 'test']),
'wisdom:type': () => 'bin/release.mjs',
'coverage': async () => [testEnv, `nyc ${await cutEnv('test')}`],
'coverage': async () => [testEnv, `c8 ${await cutEnv('test')}`],
'coverage:report': () => 'nyc report --reporter=lcov',
'report': () => 'nyc report --reporter=text-lcov | coveralls',
'report': () => 'c8 report --reporter=text-lcov | coveralls',
'6to5': () => 'webpack --progress',
'6to5:client': () => run('6to5', '--mode production'),
'6to5:client:dev': async () => await run('6to5', '--mode development', {

View file

@ -152,6 +152,7 @@
"auto-globals": "^2.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "^3.0.0",
"c8": "^7.5.0",
"cheerio": "^1.0.0-rc.5",
"clean-css-loader": "^2.0.0",
"codegen.macro": "^4.0.0",
@ -180,7 +181,6 @@
"morgan": "^1.6.1",
"multi-rename": "^2.0.0",
"nodemon": "^2.0.1",
"nyc": "^15.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"philip": "^2.0.0",
"place": "^1.1.4",