Skip to content

Commit

Permalink
Merge pull request #114 from ligangty/2.0-refactor
Browse files Browse the repository at this point in the history
adjust lint rule
  • Loading branch information
ligangty authored Dec 7, 2023
2 parents 88b105e + 0718887 commit fcb4054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"no-template-curly-in-string": 2,
"no-ternary": 0,
"no-throw-literal": 2,
"no-trailing-spaces": 2,
"no-trailing-spaces": 1,
"no-undef-init": 2,
"no-undefined": 0,
"no-underscore-dangle": 2,
Expand Down

0 comments on commit fcb4054

Please sign in to comment.