mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) putout v10.0.0
This commit is contained in:
parent
f434bd1133
commit
14dc7ac3a3
2 changed files with 2 additions and 3 deletions
|
|
@ -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': () => {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue