Skip to content

Commit

Permalink
eslint 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CirnoV committed May 14, 2024
1 parent 7a61a9e commit e97a87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"typecheck": "astro check",
"lint:fix": "NODE_OPTIONS=\"$NODE_OPTIONS --loader ts-node/esm\" eslint --fix .",
"lint": "NODE_OPTIONS=\"$NODE_OPTIONS --loader ts-node/esm\" eslint .",
"eslint": "NODE_OPTIONS=\"$NODE_OPTIONS --loader ts-node/esm\" eslint",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
Expand Down

0 comments on commit e97a87e

Please sign in to comment.