Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktorianeimesh committed Aug 24, 2023
1 parent cfabcaf commit e4fb34c
Show file tree
Hide file tree
Showing 8 changed files with 540 additions and 6,965 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = false
end_of_line = lf
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
rules: {
'no-proto': 0
},
plugins: ['jest']
plugins: ['jest'],
};
Loading

0 comments on commit e4fb34c

Please sign in to comment.