scripts-config-stylelint 1.0.1
Install from the command line:
Learn more about npm packages
$ npm install @talend/scripts-config-stylelint@1.0.1
Install via package.json:
"@talend/scripts-config-stylelint": "1.0.1"
About this version
To use the jest configuration in your IDE, or to add customization
- Create an
.stylelintrc.jsat your project root folder - Make it extend the one from talend preset
const defaults = require('@talend/scripts-config-stylelint/.stylelintrc.js');
module.exports = {
...defaults,
// add/change default config here
};