7.2.0
Project:
- feat: update to stylelint 14 – stricter style linting configuration
- fix: new configurations for prettier, stylelint (and typescript)
- fix: add html-validate as dependency e5a651db
Maintanance:
- update dependencies
- documentation updates
... and some other fixes and improvements: 7.1.0...7.2.0
Update info:
The new configurations must be used.
- ".prettierrc.js"
const config = require('@merkle-open/prettier-config');
- "stylelint.config.js"
const lintConfig = require('@merkle-open/stylelint-config');
- "tsconfig.json"
"extends": "@merkle-open/ts-config",
The stricter style linting certainly needs adjustments in the .scss code.
Many issues can be fixed automatically with the one-time statement: stylelint src/**/*.*ss --fix