mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Fix lint commands and lint errors
This commit is contained in:
parent
1a1e90a642
commit
ce686b4281
|
@ -18,7 +18,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
||||||
"lint:fix": "eslint '\"src/**/*.{ts,tsx}\" --fix",
|
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
|
||||||
"clean": "rm -rf dist dts",
|
"clean": "rm -rf dist dts",
|
||||||
"test": "npm run lint",
|
"test": "npm run lint",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
Loading…
Reference in a new issue