Created
May 24, 2022 05:33
-
-
Save Gwash3189/bb56ac3945d7efe728424e5fd4bcc623 to your computer and use it in GitHub Desktop.
minimal xo 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
{ | |
"xo": { | |
"space": true, | |
"rules": { | |
"@typescript-eslint/semi": 0, | |
"semicolon": 0, | |
"import/extensions": 0, | |
"unicorn/no-array-callback-reference": 0, | |
"@typescript-eslint/member-delimiter-style": 0 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment