Update README.md

This commit is contained in:
Jason Quense 2015-06-19 00:04:01 -04:00
parent c442efa7c5
commit cc35677cff

View File

@ -1,6 +1,6 @@
# eslint-plugin-babel # eslint-plugin-babel
An eslint plugin companion to babel-eslint. babel-eslint does a great job of adapting the eslint parser to valid babel code, it can't change built in rules to deal with the syntactic differences. eslint-plugin-babel reimplements problematic rules to not give false positives or negatives. An eslint plugin companion to babel-eslint. babel-eslint does a great job of adapting eslint for use with Babel, but to it can't change the built in rules to support experimental features. eslint-plugin-babel reimplements problematic rules so they do not give false positives or negatives.
### Install ### Install