@onereach/webform
Version:
Content Builder includes several views for: - Content builder view itself; - Web Form view; - Slack block-kit builder;
14 lines (13 loc) • 372 B
JavaScript
module.exports = {
extends: [
// https://github.com/stylelint/stylelint-config-standard
// https://github.com/twitter/recess/blob/master/lib/lint/strict-property-order.js
'stylelint-config-standard',
'stylelint-config-recess-order'
],
rules: {
'no-empty-source': null,
'at-rule-no-unknown': null,
'no-descending-specificity': null
}
};