Skip to content

Commit 7a3e1f0

Browse files
committed
Add type: module
1 parent 81a698b commit 7a3e1f0

File tree

5 files changed

+759
-808
lines changed

5 files changed

+759
-808
lines changed

Diff for: .prettierrc.cjs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
"bracketSpacing": false,
3+
"singleQuote": true,
4+
"trailingComma": "es5",
5+
"arrowParens": "avoid",
6+
};

Diff for: .prettierrc.js

-3
This file was deleted.

Diff for: jest.config.js renamed to jest.config.cjs

File renamed without changes.

0 commit comments

Comments
 (0)