jsxhint-loader

0.2.0 • Public • Published

JSXHint Loader for Webpack

Use existing jshint and jsx-loader and configuration for preloader hinting.

Usage


jshint: {
  //Options to jshint-loader https://github.com/webpack/jshint-loader
},
jsx: {
  //Options to jsx-loader https://github.com/petehunt/jsx-loader
}
preLoaders: [
  {
    test: /\.jsx?/,
    exclude: __dirname + '/node_modules',
    loader: 'jsxhint-loader'
  }]

Readme

Keywords

none

Package Sidebar

Install

npm i jsxhint-loader

Weekly Downloads

53

Version

0.2.0

License

none

Last publish

Collaborators

  • rcs