Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 0 additions & 200 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
importOrderSortSpecifiers: true,
importOrder: [
'server-only',
'^node:',
'^(react(/.*)?|react(-dom)?(/.*)?|next(/.*)?)$',
'^next',
'<THIRD_PARTY_MODULES>',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- pnpm
- Prettier config with `@trivago/prettier-plugin-sort-imports` and `prettier-plugin-tailwindcss`
- Tailwind CSS (with a prettier plugin and recommended VSCode extension)
- ESlint config with `plugin:@typescript-eslint/recommended-type-checked`, `plugin:jsx-a11y/recommended`, and `eslint-plugin-react-compiler`
- ESlint flat config with `eslint-plugin-jsx-a11y/recommended`, `eslint-config-next/core-web-vitals`, `typescript-eslint/recommended-type-checked`, and `eslint-plugin-react-compiler`
- Strict TypeScript config
- [TS Reset](https://github.com/mattpocock/ts-reset)
- VSCode settings
Expand Down
Loading