mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
update .stylelintrc.js
This commit is contained in:
@@ -20,14 +20,14 @@ module.exports = {
|
|||||||
// 'declaration-empty-line-before': null,
|
// 'declaration-empty-line-before': null,
|
||||||
// 'declaration-no-important': true,
|
// 'declaration-no-important': true,
|
||||||
// 'font-family-name-quotes': 'always-where-recommended',
|
// 'font-family-name-quotes': 'always-where-recommended',
|
||||||
'font-weight-notation': [
|
// 'font-weight-notation': [
|
||||||
'numeric',
|
// 'numeric',
|
||||||
{
|
// {
|
||||||
'ignore': [
|
// 'ignore': [
|
||||||
'relative'
|
// 'relative'
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
// 'function-url-no-scheme-relative': true,
|
// 'function-url-no-scheme-relative': true,
|
||||||
'function-url-quotes': 'always',
|
'function-url-quotes': 'always',
|
||||||
'indentation': 4, // pypy
|
'indentation': 4, // pypy
|
||||||
@@ -35,7 +35,7 @@ module.exports = {
|
|||||||
// 'max-line-length': null,
|
// 'max-line-length': null,
|
||||||
// 'media-feature-name-no-vendor-prefix': true,
|
// 'media-feature-name-no-vendor-prefix': true,
|
||||||
'no-descending-specificity': null,
|
'no-descending-specificity': null,
|
||||||
'number-leading-zero': 'never',
|
'number-leading-zero': null, // pypy
|
||||||
'order/properties-order': [
|
'order/properties-order': [
|
||||||
'position',
|
'position',
|
||||||
'top',
|
'top',
|
||||||
|
|||||||
Reference in New Issue
Block a user