first commit
This commit is contained in:
49
node_modules/stylelint-config-recommended/index.js
generated
vendored
Normal file
49
node_modules/stylelint-config-recommended/index.js
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
rules: {
|
||||
'annotation-no-unknown': true,
|
||||
'at-rule-no-unknown': true,
|
||||
'block-no-empty': true,
|
||||
'color-no-invalid-hex': true,
|
||||
'comment-no-empty': true,
|
||||
'custom-property-no-missing-var-function': true,
|
||||
'declaration-block-no-duplicate-custom-properties': true,
|
||||
'declaration-block-no-duplicate-properties': [
|
||||
true,
|
||||
{
|
||||
ignore: ['consecutive-duplicates-with-different-syntaxes'],
|
||||
},
|
||||
],
|
||||
'declaration-block-no-shorthand-property-overrides': true,
|
||||
'font-family-no-duplicate-names': true,
|
||||
'font-family-no-missing-generic-family-keyword': true,
|
||||
'function-calc-no-unspaced-operator': true,
|
||||
'function-linear-gradient-no-nonstandard-direction': true,
|
||||
'function-no-unknown': true,
|
||||
'keyframe-block-no-duplicate-selectors': true,
|
||||
'keyframe-declaration-no-important': true,
|
||||
'media-feature-name-no-unknown': true,
|
||||
'media-query-no-invalid': true,
|
||||
'named-grid-areas-no-invalid': true,
|
||||
'no-descending-specificity': true,
|
||||
'no-duplicate-at-import-rules': true,
|
||||
'no-duplicate-selectors': true,
|
||||
'no-empty-source': true,
|
||||
'no-invalid-double-slash-comments': true,
|
||||
'no-invalid-position-at-import-rule': true,
|
||||
'no-irregular-whitespace': true,
|
||||
'property-no-unknown': true,
|
||||
'selector-anb-no-unmatchable': true,
|
||||
'selector-pseudo-class-no-unknown': true,
|
||||
'selector-pseudo-element-no-unknown': true,
|
||||
'selector-type-no-unknown': [
|
||||
true,
|
||||
{
|
||||
ignore: ['custom-elements'],
|
||||
},
|
||||
],
|
||||
'string-no-newline': true,
|
||||
'unit-no-unknown': true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user