UNPKG

stylelint-config-prettier

Version:

Turns off all rules that are unnecessary or might conflict with Prettier.

10 lines (8 loc) 141 B
'use strict'; module.exports = { rules: { 'at-rule-empty-line-before': 'always', 'color-hex-length': 'short', indentation: 2, }, };