UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

17 lines (15 loc) 391 B
// @flow module.exports = { // too many opinionated rules // "extends": "stylelint-config-standard", rules: { // only prevent user errors "string-no-newline": true, "unit-no-unknown": true, "property-no-unknown": true, "declaration-block-no-duplicate-properties": [ true, { "ignore": [ "consecutive-duplicates-with-different-values" ] }, ], }, }