Skip to content

Commit

Permalink
chore: bump eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Sep 6, 2023
1 parent ea0729b commit 555d500
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 233 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
Expand All @@ -45,7 +45,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@ririd/eslint-config": "^0.6.0",
"@ririd/eslint-config": "^0.7.0",
"@types/node": "^18.15.11",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
Expand Down
Loading

0 comments on commit 555d500

Please sign in to comment.