瀏覽代碼

Update package.json

Shlee 1 周之前
父節點
當前提交
818723f992
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      package.json

+ 4 - 5
package.json

@@ -6,19 +6,18 @@
 		"watch": "mix watch",
 		"watch-poll": "mix watch -- --watch-options-poll=1000",
 		"hot": "mix watch --hot",
-		"production": "mix --production",
-		"lint": "eslint resources/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
-        "lint:check": "eslint resources/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
-        "format": "prettier --write 'resources/**/*.{js,vue,ts,css,scss}'",
-        "format:check": "prettier --check 'resources/**/*.{js,vue,ts,css,scss}'"
+		"production": "mix --production"
 	},
 	"devDependencies": {
+		"@eslint/js": "^9.35.0",
 		"acorn": "^8.7.1",
 		"axios": ">=1.6.0",
 		"bootstrap": "^4.5.2",
 		"cross-env": "^5.2.1",
 		"esbuild": "^0.25.1",
 		"eslint": "^9.35.0",
+		"eslint-plugin-vue": "^10.4.0",
+		"globals": "^16.4.0",
 		"jquery": "^3.6.0",
 		"laravel-echo": "^1.12.0",
 		"laravel-mix-make-file-hash": "^2.2.0",