Skip to content

Commit

Permalink
chore: upgrade eslint (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 2, 2024
1 parent f73ebaa commit e89a7ae
Show file tree
Hide file tree
Showing 11 changed files with 831 additions and 714 deletions.
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -16,10 +16,10 @@
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"type": "module",
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"exports": {
Expand All @@ -40,7 +40,7 @@
"build": "pkgroll --target=node16.19.0",
"test": "tsx tests",
"dev": "tsx watch --conditions=development tests",
"lint": "eslint --cache .",
"lint": "lint --cache .",
"type-check": "tsc --noEmit",
"prepack": "pnpm build && clean-pkg-json"
},
Expand All @@ -54,7 +54,7 @@
"webpack-sources": "^1.4.3"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.34.0",
"@pvtnbr/eslint-config": "^1.0.1",
"@types/loader-utils": "^2.0.3",
"@types/mini-css-extract-plugin": "2.4.0",
"@types/node": "^18.13.0",
Expand All @@ -77,9 +77,6 @@
"webpack-test-utils": "^2.1.0",
"webpack5": "npm:webpack@^5.0.0"
},
"eslintConfig": {
"extends": "@pvtnbr"
},
"pnpm": {
"overrides": {
"fsevents@1": "^2.0.0"
Expand Down

0 comments on commit e89a7ae

Please sign in to comment.