|
@@ -6,7 +6,11 @@
|
|
"watch": "mix watch",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"hot": "mix watch --hot",
|
|
- "production": "mix --production"
|
|
|
|
|
|
+ "production": "mix --production",
|
|
|
|
+ "lint": "eslint resources/js/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
|
|
+ "lint:check": "eslint resources/js/ --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}'"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.35.0",
|
|
"@eslint/js": "^9.35.0",
|