Skip to content

Commit

Permalink
style: update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 10, 2024
1 parent 0ed0097 commit 2c82925
Show file tree
Hide file tree
Showing 14 changed files with 548 additions and 427 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -17,10 +17,11 @@
"name": "Hiroki Osame",
"email": "hiroki.osame@gmail.com"
},
"type": "module",
"files": [
"dist"
],
"type": "module",
"bin": "./dist/cli.mjs",
"exports": {
"./package.json": "./package.json",
".": "./dist/loader.mjs",
Expand All @@ -32,11 +33,10 @@
"./preflight": "./dist/preflight.cjs",
"./repl": "./dist/repl.mjs"
},
"bin": "./dist/cli.mjs",
"scripts": {
"prepare": "pnpm simple-git-hooks",
"build": "pkgroll --target=node12.19 --minify",
"lint": "eslint --cache .",
"lint": "lint --node --cache .",
"type-check": "tsc --noEmit",
"test": "pnpm build && node ./dist/cli.mjs tests/index.ts",
"prepack": "pnpm build && clean-pkg-json"
Expand All @@ -59,7 +59,7 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@pvtnbr/eslint-config": "^0.38.0",
"@pvtnbr/eslint-config": "^1.0.3",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
Expand All @@ -70,7 +70,7 @@
"cleye": "^1.3.2",
"cross-spawn": "^7.0.3",
"es-module-lexer": "^1.4.1",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"fs-fixture": "^1.2.0",
"fs-require": "^1.6.0",
Expand Down

0 comments on commit 2c82925

Please sign in to comment.