Skip to content

Commit

Permalink
ci: checking prettier conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Feb 6, 2024
1 parent 1a6bc69 commit b885eb5
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 72 deletions.
8 changes: 1 addition & 7 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
node_modules
dist/
docker/app
docker/backup
lib/
website/
*.d.ts
website/build
website/.docusaurus
website/.cache-loader
website/**/*.mdx
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"noEmitOnError": true,
"declaration": true,
"declarationDir": "lib",
"outDir": "lib",
},
"outDir": "lib"
}
}
112 changes: 56 additions & 56 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.0",
"docusaurus-plugin-sass": "^0.2.5",
"lucide-react": "^0.319.0",
"lucide-react": "^0.323.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -35,17 +35,17 @@
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"packages-update": "^1.2.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"strict": true,
"alwaysStrict": true,
"strictFunctionTypes": true,
"noUnusedLocals": true,
"noUnusedLocals": true
},
"exclude": ["static", "build", ".docusaurus"],
"exclude": ["static", "build", ".docusaurus"]
}

0 comments on commit b885eb5

Please sign in to comment.