mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-16 11:33:57 +02:00
Fix lint commands and lint errors
This commit is contained in:
parent
1a1e90a642
commit
ce686b4281
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
||||
"lint:fix": "eslint '\"src/**/*.{ts,tsx}\" --fix",
|
||||
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
|
||||
"clean": "rm -rf dist dts",
|
||||
"test": "npm run lint",
|
||||
"build": "tsc",
|
||||
|
|
Loading…
Add table
Reference in a new issue