Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created December 22, 2019 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-gorbikov/8d95d4e1a87ab5e829b09d3000238112 to your computer and use it in GitHub Desktop.
Save anton-gorbikov/8d95d4e1a87ab5e829b09d3000238112 to your computer and use it in GitHub Desktop.
fable-css-webpack-stylelint
// No changes
const StylelintPlugin = require('stylelint-webpack-plugin');
module.exports = {
// No changes
plugins: [
// No changes
new StylelintPlugin({
configFile: 'stylelint.config.js',
context: './src',
files: '**/*.css',
fix: true
})
],
// No changes
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment