mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 13:52:19 +00:00
Init with create-react-app
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": "airbnb",
|
||||
"env": {
|
||||
"browser": true,
|
||||
"jest": true
|
||||
},
|
||||
"rules": {
|
||||
"import/prefer-default-export": "off",
|
||||
"linebreak-style": "off",
|
||||
"indent": [
|
||||
"error",
|
||||
2
|
||||
],
|
||||
"arrow-body-style": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"react/jsx-boolean-value": "off",
|
||||
"react/sort-comp": "off",
|
||||
"jsx-a11y/interactive-supports-focus": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user