Skip to content

Babel plugin to run eslint on source file when compiling

License

Notifications You must be signed in to change notification settings

stackscz/babel-plugin-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-eslint

[WARNING] This is untested and unstable, beta software. To install the beast:

npm install --save-dev babel-plugin-eslint 

Then use as babel plugin to lint source files on compilation. For example in your .babelrc:

{
  "plugins": [
    "eslint"
  ]
}

Currently supports only configuration by .eslintrc located in folder where babel is run.

License

MIT

About

Babel plugin to run eslint on source file when compiling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published