Skip to content

Instantly share code, notes, and snippets.

@quinn
Created November 19, 2021 00: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 quinn/fb10ea947b8c78a08c33e3b584cd053e to your computer and use it in GitHub Desktop.
Save quinn/fb10ea947b8c78a08c33e3b584cd053e to your computer and use it in GitHub Desktop.
{
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"standard"
],
"root": true,
"rules": {
"jsx-quotes": "error",
"indent": ["error", "tab"],
"no-tabs": "off",
"react/prop-types": "off",
"no-unused-vars": "warn",
"react/no-unescaped-entities": "warn",
"no-constant-condition": "warn"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment