fix(os): correct typo in OsType (#561)

* fix(window): correct typo in OsType

* change file

* fix fmt check
This commit is contained in:
Gökçe Merdun
2023-08-15 03:39:32 +03:00
committed by GitHub
parent d0c0084859
commit e510f2fe4c
3 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
"scripts": {
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build",
"lint": "eslint .",
"format": "prettier --write .",
"format-check": "prettier --check ."
"format": "prettier --write \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\" --ignore-path .prettierignore",
"format-check": "prettier --check \"./**/*.{cjs,mjs,js,jsx,mts,ts,tsx,html,css,json}\" --ignore-path .prettierignore"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.1.0",