Skip to content

Commit

Permalink
chore: change lint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
maanoeln-liber committed Sep 18, 2024
1 parent 042008a commit d5b9aee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
6 changes: 4 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"trailingComma": "all",
"bracketSameLine": false,
"bracketSpacing":true ,
"bracketSpacing": true,
"semi": true,
"singleQuote": true
"singleQuote": true,
"tabWidth": 2,
"arrowParens": "always"
}

0 comments on commit d5b9aee

Please sign in to comment.