Skip to content

Commit

Permalink
feature(package) putout v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 16, 2020
1 parent f434bd1 commit 14dc7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .madrun.js
Expand Up @@ -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': () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 14dc7ac

Please sign in to comment.