[resources] add link to neutrino preset

https://neutrino.js.org/presets/neutrino-preset-airbnb-base/
This commit is contained in:
Harrison Shoff
2017-02-25 14:12:37 -08:00
committed by GitHub
parent b153231867
commit 5ca6d46b7c

View File

@@ -3099,6 +3099,7 @@ Other Style Guides
+ [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) (Deprecated, please use [ESlint](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base))
- Neutrino preset - [neutrino-preset-airbnb-base](https://neutrino.js.org/presets/neutrino-preset-airbnb-base/)
**Other Style Guides**