diff --git a/.madrun.mjs b/.madrun.mjs index 5db768cd..e58eb26d 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -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': () => { diff --git a/.stylelintrc.yml b/.stylelintrc.yml deleted file mode 100644 index a94abc6b..00000000 --- a/.stylelintrc.yml +++ /dev/null @@ -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 - diff --git a/package.json b/package.json index 3c82ec1e..bf79f45e 100644 --- a/package.json +++ b/package.json @@ -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",