From 11be7cc36015538a2631892eb58b7ccbb6ef5078 Mon Sep 17 00:00:00 2001 From: moshiur01 Date: Thu, 17 Oct 2024 19:33:42 +0600 Subject: [PATCH] Update: Changed lint config. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index edecd55f..ef79b074 100644 --- a/package.json +++ b/package.json @@ -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" },