Migrate to oxfmt (#71)

This commit is contained in:
Vitaly Rtishchev
2026-03-31 12:59:22 +03:00
committed by GitHub
parent 518ce860d7
commit fc4f868f69
6 changed files with 252 additions and 178 deletions
+4 -5
View File
@@ -13,9 +13,9 @@
"stylelint": "stylelint '**/*.css' --cache",
"jest": "jest",
"jest:watch": "jest --watch",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npx next typegen && npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
"format:test": "oxfmt --check \"**/*.{ts,tsx,css}\"",
"format:write": "oxfmt --write \"**/*.{ts,tsx,css}\"",
"test": "npx next typegen && npm run format:test && npm run lint && npm run typecheck && npm run jest",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
},
@@ -32,7 +32,6 @@
"@babel/core": "^7.28.4",
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.37.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@storybook/addon-themes": "^10.0.0",
"@storybook/nextjs": "^10.0.0",
"@storybook/react": "^10.0.0",
@@ -52,10 +51,10 @@
"eslint-plugin-react": "^7.37.5",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"oxfmt": "^0.42.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"storybook": "^10.0.0",
"stylelint": "^17.0.0",
"stylelint-config-standard-scss": "^17.0.0",