Created
February 8, 2017 16:05
-
-
Save supasympa/0316e8a0b82ead2a4b53714c9ed6b72b to your computer and use it in GitHub Desktop.
standard (plus other bits)
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
| { | |
| "extends": [ | |
| "standard", | |
| "standard-jsx" | |
| ], | |
| "rules": { | |
| "jsx-quotes": [0, "prefer-double"] | |
| }, | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "mocha": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment