Random changes for many files.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
9
stylelint.config.js
Normal file
9
stylelint.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
|
||||
// add your custom config here
|
||||
// https://stylelint.io/user-guide/configuration
|
||||
rules: {
|
||||
'at-rule-no-unknown': null,
|
||||
'declaration-empty-line-before': null,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user