mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 13:52:19 +00:00
22 lines
474 B
JSON
22 lines
474 B
JSON
{
|
|
"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"
|
|
}
|
|
} |