7.0.0 • Published 1 year ago

@pixolith/webpack-filename-linter-plugin v7.0.0

Weekly downloads
62
License
MIT
Repository
github
Last release
1 year ago

Webpack Filename Linter Plugin

How to use

Install

npm install @pixolith/webpack-filename-linter-plugin --save-dev

Add the plugin

const FilenameLinterPlugin = require('@pixolith/webpack-filename-linter-plugin');

Add this to the plugins section of your webpack.config.js

new FilenameLinterPlugin({
    ignoreFiles: [/w/],
    rules: {
        css: 'kebab',
        js: 'kebab',
    },
});
7.0.0

1 year ago

6.0.1

2 years ago

5.0.0

3 years ago

4.2.3

3 years ago

4.2.4

3 years ago

4.3.0

3 years ago

4.0.0

3 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.1.6

4 years ago

1.1.3

4 years ago

1.0.26

4 years ago

1.0.15

4 years ago

1.0.13

4 years ago

1.0.0

4 years ago