Skip to content

Commit

Permalink
Little structure update
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Jul 29, 2023
1 parent c1fe57b commit 7ef282b
Show file tree
Hide file tree
Showing 12 changed files with 9,729 additions and 1,293 deletions.
13 changes: 10 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
root=true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true

[*.{ts,js,json,css,md}]
indent_style = tab

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_style = space
12 changes: 0 additions & 12 deletions .github/renovate.json

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
/.env.*
node_modules/
dist/
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"singleQuote": true
"singleQuote": true
}
9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "jaa",
"private": "true",
"scripts": {
"format": "prettier --cache --check .",
"format:fix": "prettier --cache --write ."
},
"devDependencies": {
"prettier": "3.0.0"
}
}
Loading

0 comments on commit 7ef282b

Please sign in to comment.