0.1.0 • Published 8 years ago
react-app-rewire-stylelint-custom-processor-loader v0.1.0
React App Rewire Stylelint Custom Processor Loader
Configure CRA project to stylelint with stylelint-custom-processor-loader.
Install
npm install react-app-rewire-stylelint-custom-processor
# or
yarn add react-app-rewire-stylelint-custom-processorUsage
// config-overrides.js
const rewireStylelintCustomProcessor = require('react-app-rewire-stylelint-custom-processor');
module.exports = function override(config, env) {
config = rewireStylelintCustomProcessor(config, env, { /* options... */ });
return config;
}0.1.0
8 years ago