Gets prettier command working
This commit is contained in:
20
dev-tools/.stylelintrc.js
Normal file
20
dev-tools/.stylelintrc.js
Normal file
@ -0,0 +1,20 @@
|
||||
/* global module */
|
||||
|
||||
module.exports = {
|
||||
"extends": "stylelint-config-standard",
|
||||
|
||||
"plugins": [
|
||||
"stylelint-order"
|
||||
],
|
||||
|
||||
"rules": {
|
||||
"order/order": [
|
||||
"custom-properties",
|
||||
"declarations"
|
||||
],
|
||||
"indentation": 4,
|
||||
"property-no-vendor-prefix": null,
|
||||
"color-function-notation": null,
|
||||
"declaration-block-no-redundant-longhand-properties": null,
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user