mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 09:15:29 +01:00
Fix lint on Windows
This commit is contained in:
parent
f2eec9f501
commit
57eef9b099
|
@ -17,8 +17,8 @@
|
||||||
"dts"
|
"dts"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint 'src/**/*.ts'",
|
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
||||||
"lint:fix": "eslint 'src/**/*.ts' --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