Skip to content

Commit

Permalink
Merge pull request #107 from ligangty/2.0-refactor
Browse files Browse the repository at this point in the history
Use react-bootstrap to create Header and Footer
  • Loading branch information
ligangty authored Nov 28, 2023
2 parents 29e1192 + 1f9e8f2 commit bdb05ff
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 104 deletions.
8 changes: 4 additions & 4 deletions src/main/webui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
2,
"unix"
],
"lines-around-comment": 2,
"lines-around-directive": 2,
"lines-between-class-members": 2,
"lines-around-comment": 1,
"lines-around-directive": 1,
"lines-between-class-members": 1,
"max-classes-per-file": 2,
"max-depth": 2,
"max-len": 0,
Expand All @@ -121,7 +121,7 @@
"max-statements": 0,
"max-statements-per-line": 2,
"multiline-comment-style": [
2,
1,
"separate-lines"
],
"new-cap": 2,
Expand Down
Loading

0 comments on commit bdb05ff

Please sign in to comment.