UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

12 lines (8 loc) 336 B
const lintConfig = require('@merkle-open/stylelint-config'); lintConfig.rules['plugin/stylelint-bem-namics'] = { patternPrefixes: ['a', 'm', 'o', 'h'], helperPrefixes: ['state'], }; // node-sass can't handle modern color function notation lintConfig.rules['color-function-notation'] = null; module.exports = lintConfig;