Skip to content

Commit

Permalink
re-organizing everything
Browse files Browse the repository at this point in the history
  • Loading branch information
khill-fbmc committed Oct 3, 2024
1 parent 6c16abd commit dca50e0
Show file tree
Hide file tree
Showing 52 changed files with 1,098 additions and 897 deletions.
12 changes: 11 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,24 @@
},
"rules": {
"prettier/prettier": "error",
"react/jsx-sort-props": [
"error",
{
"noSortAlphabetically": true,
"multiline": "last",
"reservedFirst": [
"key"
]
}
],
"react/jsx-first-prop-new-line": [
"error",
"multiline"
],
"react/jsx-max-props-per-line": [
"error",
{
"maximum": 1,
"maximum": 2,
"when": "multiline"
}
],
Expand Down
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"trailingComma": "es5",
"arrowParens": "always",
"endOfLine": "lf",
"printWidth": 100,
"singleAttributePerLine": true
"printWidth": 80,
"singleAttributePerLine": false
}
Loading

0 comments on commit dca50e0

Please sign in to comment.