Skip to content

Commit

Permalink
Update: Changed lint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
moshiur01 committed Oct 17, 2024
1 parent 23e6434 commit 11be7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint src --ext ts,js,vue,cjs --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext js,vue,ts,cjs --fix",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier . --write",
"build:types": "rm -rf ./lib && vue-tsc --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.json"
},
Expand Down

0 comments on commit 11be7cc

Please sign in to comment.