vue-pug-lint-loader
Vue pug lint loader for webpack
Install
$ npm install vue-pug-lint-loader --save-dev
Usage
In your webpack configuration
moduleexports = // ... module: rules: test: /\.vue$/ exclude: /node_modules/ loader: "vue-pug-lint-loader" options: enforce: "pre" // ...
To be safe, you should use enforce: "pre"
section to check source files, not modified
by other loaders (like pug-loader
)
Options
You can pass puglint options using standard webpack loader options.
License
MIT License