mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 04:08:02 -05:00
[guide] README update for JSCS deprecated links
This commit is contained in:
committed by
Jordan Harband
parent
2c390ecea9
commit
ec42fbecbf
@@ -3098,7 +3098,7 @@ Other Style Guides
|
||||
- Code Style Linters
|
||||
+ [ESlint](http://eslint.org/) - [Airbnb Style .eslintrc](https://github.com/airbnb/javascript/blob/master/linters/.eslintrc)
|
||||
+ [JSHint](http://jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/.jshintrc)
|
||||
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
|
||||
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json) (Deprecated, please use [ESlint](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base))
|
||||
|
||||
**Other Style Guides**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user