Skip to content
Merged
Prev Previous commit
Next Next commit
Revert "Set package.json type to "module""
This reverts commit e69e436.
  • Loading branch information
MajorLift committed May 23, 2024
commit 6c4e6cdae9a38476d758036c664067e88bfe9232
4 changes: 2 additions & 2 deletions .eslintrc.cjs → .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ module.exports = {
],

ignorePatterns: [
'!.eslintrc.cjs',
'!.prettierrc.cjs',
'!.eslintrc.js',
'!.prettierrc.js',
'dist/',
'docs/',
'.yarn/',
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
},
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
Expand Down