README
@absolunet/stylelint-loader
stylelint YAML configuration loader
Install
$ npm install @absolunet/stylelint-loader
Usage
const loader = require('@absolunet/stylelint-loader');
module.exports = loader(__dirname);
API
loader(path)
Returns an Object
of stylelint configuration.
path
Required
Type: string
Path where the extendable-config.yaml
file is.
License
MIT © Absolunet