feature(package) putout v10.0.0

This commit is contained in:
coderaiser 2020-09-16 18:51:02 +03:00
parent f434bd1133
commit 14dc7ac3a3
2 changed files with 2 additions and 3 deletions

View file

@ -34,13 +34,12 @@ module.exports = {
'build:start': () => run(['build:client', 'start']),
'build:start:dev': () => run(['build:client:dev', 'start:dev']),
'lint:all': () => run(['lint', 'lint:css', 'spell']),
'lint:base': () => putout({
'lint': () => putout({
names,
}),
'lint:css': () => 'stylelint css/*.css',
'spell': () => 'yaspeller .',
'fix:lint': () => run(['lint', 'lint:css'], '--fix'),
'lint': () => run('lint:base', '--cache'),
'lint:stream': () => run('lint:base', '-f stream'),
'test:base': () => {

View file

@ -147,7 +147,7 @@
"package-json": "^6.0.0",
"ponse": "^5.0.0",
"pullout": "^4.0.0",
"putout": "^9.0.0",
"putout": "^10.0.0",
"rendy": "^3.0.0",
"restafary": "^8.0.0",
"restbox": "^2.0.0",