Last active
November 27, 2015 19:13
-
-
Save softwarespot/827df9e01ed1bc087f38 to your computer and use it in GitHub Desktop.
JSCS configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// Documentation: jscs.info/rules | |
// Based on Airbnb's JavaScript Style Guide, URL: https://github.com/airbnb/javascript | |
{ | |
"preset": "airbnb", | |
"validateIndentation": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment