Skip to content

Instantly share code, notes, and snippets.

@Gwash3189
Created May 24, 2022 05:33
Show Gist options
  • Save Gwash3189/bb56ac3945d7efe728424e5fd4bcc623 to your computer and use it in GitHub Desktop.
Save Gwash3189/bb56ac3945d7efe728424e5fd4bcc623 to your computer and use it in GitHub Desktop.
minimal xo configuration
{
"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