Skip to content

Instantly share code, notes, and snippets.

@iffa
Created March 8, 2022 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iffa/3abd338369911618ad57258a48bb9e91 to your computer and use it in GitHub Desktop.
Save iffa/3abd338369911618ad57258a48bb9e91 to your computer and use it in GitHub Desktop.
{
"xo": {
"extends": "xo-react",
"prettier": true,
"space": true,
"rules": {
"import/extensions": [
2,
{
"js": "never",
"jsx": "never",
"ts": "never",
"tsx": "never"
}
],
"react/react-in-jsx-scope": 0,
"@typescript-eslint/triple-slash-reference": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment