Update package.json

shleeable-patch-3
Shlee 4 weeks ago committed by GitHub
parent 1610c5e321
commit 1be9eee25e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,8 +7,8 @@
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"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",
"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}'"
},

Loading…
Cancel
Save