@talend/scripts-config-stylelint
v4.2.0
Published
Stylelint configuration for @talend/scripts-core
Downloads
1,970
Readme
Stylelint config customization
To use the jest configuration in your IDE, or to add customization
- Create an
.stylelintrc.js
at your project root folder - Make it extend the one from talend preset
const defaults = require('@talend/scripts-config-stylelint');
module.exports = {
...defaults,
// add/change default config here
};