Lesshint Plugin for Webpack
Install
$ npm install lesshint-webpack-plugin
Usage
In your webpack configuration
var LessHintPlugin = ; moduleexports = // ... plugins: files: path path path path path configFile: path // ...
Options
See lesshint options, for the complete list of options.
configFile
: You can set the config file location for your lesshint options if not given it will look for a .lesshintrc filefiles
: You can set the glob pattern for finding files (absolute path).reporter
: You can set the reporter for lesshint. Default:lesshint-reporter-stylish