Fix style lint on Windows (#21557)

pull/21561/head
Travis Ralston 2022-03-25 09:13:22 -06:00 committed by GitHub
parent f2c3f880c7
commit fe6a9c257b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"lint:js": "eslint --max-warnings 0 src",
"lint:js-fix": "eslint --fix src",
"lint:types": "tsc --noEmit --jsx react",
"lint:style": "stylelint 'res/css/**/*.scss'",
"lint:style": "stylelint \"res/css/**/*.scss\"",
"test": "jest"
},
"dependencies": {