Skip to content

Commit

Permalink
feat: update deps; switch to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 8, 2024
1 parent 77205d7 commit e252955
Show file tree
Hide file tree
Showing 8 changed files with 1,879 additions and 1,415 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"root": true,
"parserOptions": {
"ecmaVersion": 2019
}
"extends": ["@fisch0920/eslint-config/node"]
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"useTabs": false,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"bracketSameLine": false,
"arrowParens": "always",
"trailingComma": "none"
}
Binary file modified .snapshots/index.test.js.snap
Binary file not shown.
Loading

0 comments on commit e252955

Please sign in to comment.