Skip to content

Commit

Permalink
Update codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jan 17, 2025
1 parent eeb970a commit a62da36
Show file tree
Hide file tree
Showing 16 changed files with 3,576 additions and 4,052 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_size = 2
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

84 changes: 0 additions & 84 deletions .eslintrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

10 changes: 2 additions & 8 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"printWidth": 160,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
"plugins": ["prettier-plugin-organize-imports"],
"printWidth": 120
}
Loading

0 comments on commit a62da36

Please sign in to comment.