chore(madrun) lint: stylelint now bundled with putout

This commit is contained in:
coderaiser 2020-12-15 16:25:06 +02:00
parent 76380a1f04
commit 4d8f489b18
3 changed files with 1 additions and 21 deletions

View file

@ -15,9 +15,8 @@ export default {
'build:start:dev': () => run(['build:client:dev', 'start:dev']),
'lint:all': () => run(['lint', 'lint:css', 'spell']),
'lint': () => 'putout .',
'lint:css': () => 'stylelint css/*.css',
'spell': () => 'yaspeller .',
'fix:lint': () => run(['lint', 'lint:css'], '--fix'),
'fix:lint': () => run('lint', '--fix'),
'lint:stream': () => run('lint:base', '-f stream'),
'test:base': () => {

View file

@ -1,17 +0,0 @@
extends: stylelint-config-standard
rules:
indentation: 4
declaration-block-trailing-semicolon: always
declaration-colon-space-before: null
selector-list-comma-newline-after: null
comment-empty-line-before: null
number-leading-zero: null
number-no-trailing-zeros: null
string-quotes: single
function-url-quotes: never
no-eol-whitespace: null
font-family-name-quotes: always-unless-keyword
font-family-no-missing-generic-family-keyword: null
rule-empty-line-before: null
max-empty-lines: 2

View file

@ -214,8 +214,6 @@
"serviceworker-webpack-plugin": "^1.0.1",
"smalltalk": "^4.0.0",
"style-loader": "^1.0.0",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^20.0.0",
"supermenu": "^4.0.1",
"supertape": "^3.1.3",
"tar-stream": "^2.0.0",