Refactor Markdownlint configuration
Showing
.markdownlint.json
deleted
100644 → 0
.markdownlint.yml
0 → 100644
... | ... | @@ -33,7 +33,9 @@ |
"lint:stylelint:fix": "yarn run lint:stylelint --fix", | ||
"lint:stylelint:staged": "scripts/frontend/execute-on-staged-files.sh stylelint '(css|scss)' -q", | ||
"lint:stylelint:staged:fix": "yarn run lint:stylelint:staged --fix", | ||
"markdownlint": "markdownlint --config .markdownlint.json", | ||
"markdownlint": "markdownlint --config .markdownlint.yml", | ||
"markdownlint:no-trailing-spaces": "markdownlint --config doc/.markdownlint/markdownlint-no-trailing-spaces.yml", | ||
"markdownlint:no-trailing-spaces:fix": "yarn run markdownlint:no-trailing-spaces --fix", | ||
"postinstall": "node ./scripts/frontend/postinstall.js", | ||
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js", | ||
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js", | ||
... | ... |
Please register or sign in to comment