Skip to content

Instantly share code, notes, and snippets.

@redaphid
Last active December 17, 2021 23:54
Show Gist options
  • Save redaphid/4d051305ae07a69e49f71b6a5f54e32a to your computer and use it in GitHub Desktop.
Save redaphid/4d051305ae07a69e49f71b6a5f54e32a to your computer and use it in GitHub Desktop.
.eslintrc
{
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": [1,"never"],
"react/jsx-indent": [1, 4],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment