Skip to content

Commit

Permalink
Merge pull request #19 from eclipsesource/fix-formatting-errors
Browse files Browse the repository at this point in the history
Fix Eslint Errors
  • Loading branch information
ALevansSamsung authored Aug 8, 2023
2 parents 8427eb7 + 318f9fa commit 4169329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
'root': true,
'env': {
'browser': true,
'es2021': true,
Expand Down Expand Up @@ -32,6 +33,7 @@ module.exports = {
},
],

'linebreak-style': 'off',
// Indentation handled by clang-format --js:
'indent': 'off',

Expand Down

0 comments on commit 4169329

Please sign in to comment.