mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
37e90e3dfe
commit
214f5d9fc3
4949 changed files with 1393320 additions and 29 deletions
15
node_modules/flickity/stylelint.config.js
generated
vendored
Normal file
15
node_modules/flickity/stylelint.config.js
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
module.exports = {
|
||||
extends: 'stylelint-config-standard',
|
||||
ignoreFiles: [ 'dist/*' ],
|
||||
rules: {
|
||||
'color-hex-case': 'upper',
|
||||
'comment-empty-line-before': null,
|
||||
'declaration-block-no-duplicate-properties': [ true, {
|
||||
ignore: [ 'consecutive-duplicates-with-different-values' ],
|
||||
} ],
|
||||
'hue-degree-notation': 'number',
|
||||
'property-no-vendor-prefix': null,
|
||||
'selector-class-pattern': null,
|
||||
'string-quotes': 'single',
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue