Skip to content

Commit

Permalink
refactor!: modernize - ESM, dependencies and general cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
philippdormann committed Sep 18, 2023
1 parent 5a097de commit e58d42b
Show file tree
Hide file tree
Showing 49 changed files with 319 additions and 6,427 deletions.
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/nodejs.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "none",
"jsxBracketSameLine": false,
"semi": false,
"singleQuote": true
}
{
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "none",
"jsxBracketSameLine": false,
"semi": false,
"singleQuote": true
}
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit e58d42b

Please sign in to comment.