Created
April 26, 2017 21:11
-
-
Save supasympa/40c47c74b01529569cd8f54be6d2a06a to your computer and use it in GitHub Desktop.
eslint / standard-js
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