@absolunet/stylelint-loader
stylelint YAML configuration loader
Reads and parses an stylelint YAML extendable config file.
Install
$ npm install @absolunet/stylelint-loader
Usage
Expects a extendable-config.yaml
file in the root of your package.
import loader from '@absolunet/stylelint-loader';
module.exports = loader(__dirname);
Related
Documentation
View documentation