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'
  }]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    49
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    49
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i jsxhint-loader

Weekly Downloads

49

Version

0.2.0

License

none

Last publish

Collaborators

  • rcs