|
5 | 5 | [![Downloads][downloads-image]][downloads-url]
|
6 | 6 | [](https://www.bountysource.com/trackers/282608-eslint?utm_source=282608&utm_medium=shield&utm_campaign=TRACKER_BADGE)
|
7 | 7 | [](https://gitter.im/eslint/eslint?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
| 8 | +[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint?ref=badge_shield) |
8 | 9 |
|
9 | 10 | # ESLint
|
10 | 11 |
|
|
13 | 14 | [Rules](http://eslint.org/docs/rules/) |
|
14 | 15 | [Contributing](http://eslint.org/docs/developer-guide/contributing) |
|
15 | 16 | [Reporting Bugs](http://eslint.org/docs/developer-guide/contributing/reporting-bugs) |
|
16 |
| -[Code of Conduct](https://js.foundation/conduct/) | |
| 17 | +[Code of Conduct](https://js.foundation/community/code-of-conduct) | |
17 | 18 | [Twitter](https://twitter.com/geteslint) |
|
18 | 19 | [Mailing List](https://groups.google.com/group/eslint) |
|
19 | 20 | [Chat Room](https://gitter.im/eslint/eslint)
|
@@ -123,7 +124,7 @@ These folks keep the project moving and are resources for help.
|
123 | 124 | * Michael Ficarra ([@michaelficarra](https://github.com/michaelficarra))
|
124 | 125 | * Mark Pedrotti ([@pedrottimark](https://github.com/pedrottimark))
|
125 | 126 | * Oleg Gaidarenko ([@markelog](https://github.com/markelog))
|
126 |
| -* Mike Sherov [@mikesherov](https://github.com/mikesherov)) |
| 127 | +* Mike Sherov ([@mikesherov](https://github.com/mikesherov)) |
127 | 128 | * Henry Zhu ([@hzoo](https://github.com/hzoo))
|
128 | 129 | * Marat Dulin ([@mdevils](https://github.com/mdevils))
|
129 | 130 | * Alexej Yaroshevich ([@zxqfox](https://github.com/zxqfox))
|
@@ -172,6 +173,10 @@ ESLint follows [semantic versioning](http://semver.org). However, due to the nat
|
172 | 173 |
|
173 | 174 | According to our policy, any minor update may report more errors than the previous release (ex: from a bug fix). As such, we recommend using the tilde (`~`) in `package.json` e.g. `"eslint": "~3.1.0"` to guarantee the results of your builds.
|
174 | 175 |
|
| 176 | +## License |
| 177 | + |
| 178 | +[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint?ref=badge_large) |
| 179 | + |
175 | 180 | ## Frequently Asked Questions
|
176 | 181 |
|
177 | 182 | ### How is ESLint different from JSHint?
|
@@ -205,7 +210,7 @@ Yes, ESLint natively supports parsing JSX syntax (this must be enabled in [confi
|
205 | 210 |
|
206 | 211 | ### What about ECMAScript 6 support?
|
207 | 212 |
|
208 |
| -ESLint has full support for ECMAScript 6. By default, this support is off. You can enable ECMAScript 6 support through [configuration](http://eslint.org/docs/user-guide/configuring). |
| 213 | +ESLint has full support for ECMAScript 6. By default, this support is off. You can enable ECMAScript 6 syntax and global variables through [configuration](http://eslint.org/docs/user-guide/configuring). |
209 | 214 |
|
210 | 215 | ### What about experimental features?
|
211 | 216 |
|
|
0 commit comments