Skip to content

Commit

Permalink
chore: changes in the file extenetion
Browse files Browse the repository at this point in the history
  • Loading branch information
wildduck2 committed Aug 14, 2024
1 parent 7684098 commit 8f3aef6
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 183 deletions.
31 changes: 0 additions & 31 deletions .eslintrc.json

This file was deleted.

16 changes: 15 additions & 1 deletion .eslintrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export default {
es2021: true,
},
extends: [
'next/core-web-vitals',
'turbo',
'prettier',
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react/recommended',
Expand All @@ -17,10 +20,11 @@ export default {
env: {
node: true,
},
files: ['.eslintrc.{js,cjs,ts,cts}'],
files: ['.eslintrc.{js,cjs,ts,cts,tsx}'],
parserOptions: {
sourceType: 'script',
},
parser: '@typescript-eslint/parser',
},
],
parser: '@typescript-eslint/parser',
Expand All @@ -31,6 +35,9 @@ export default {
},
plugins: ['@typescript-eslint', 'react', 'prettier', 'spellcheck'],
rules: {
'@next/next/no-html-link-for-pages': 'off',
'tailwindcss/no-custom-classname': 'off',
'tailwindcss/classnames-order': 'error',
'@typescript-eslint/no-empty-object-type': 'warn',
'@typescript-eslint/no-explicit-any': 'warn',
'no-var': 'error',
Expand All @@ -47,5 +54,12 @@ export default {
react: {
version: 'detect',
},
tailwindcss: {
callees: ['cn', 'cva'],
config: 'tailwind.config.cjs',
},
next: {
rootDir: ['apps/*/'],
},
},
}
1 change: 0 additions & 1 deletion docs/www/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
build/
./**.tsx
31 changes: 0 additions & 31 deletions docs/www/.eslintrc.json

This file was deleted.

16 changes: 15 additions & 1 deletion docs/www/.eslintrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export default {
es2021: true,
},
extends: [
'next/core-web-vitals',
'turbo',
'prettier',
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react/recommended',
Expand All @@ -17,10 +20,11 @@ export default {
env: {
node: true,
},
files: ['.eslintrc.{js,cjs,ts,cts}'],
files: ['.eslintrc.{js,cjs,ts,cts,tsx}'],
parserOptions: {
sourceType: 'script',
},
parser: '@typescript-eslint/parser',
},
],
parser: '@typescript-eslint/parser',
Expand All @@ -31,6 +35,9 @@ export default {
},
plugins: ['@typescript-eslint', 'react', 'prettier', 'spellcheck'],
rules: {
'@next/next/no-html-link-for-pages': 'off',
'tailwindcss/no-custom-classname': 'off',
'tailwindcss/classnames-order': 'error',
'@typescript-eslint/no-empty-object-type': 'warn',
'@typescript-eslint/no-explicit-any': 'warn',
'no-var': 'error',
Expand All @@ -47,5 +54,12 @@ export default {
react: {
version: 'detect',
},
tailwindcss: {
callees: ['cn', 'cva'],
config: 'tailwind.config.cjs',
},
next: {
rootDir: ['apps/*/'],
},
},
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 18 additions & 18 deletions docs/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/core": "^7.25.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@eslint/js": "^9.9.0",
"@faker-js/faker": "^8.4.1",
"@hookform/resolvers": "^3.9.0",
Expand Down Expand Up @@ -59,28 +59,28 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-table": "^8.20.1",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/typescript-estree": "^8.1.0",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.0.21",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"cmdk": "^1.0.0",
"concurrently": "^8.0.1",
"concurrently": "^8.2.2",
"contentlayer2": "^0.4.6",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"embla-carousel-autoplay": "8.0.0-rc15",
"embla-carousel-react": "8.0.0-rc15",
"eslint": "^8.41.0",
"eslint": "^8.57.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.9.9",
"eslint-plugin-react": "^7.32.2",
"eslint-config-prettier": "^8.10.0",
"eslint-config-turbo": "^1.13.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "3.13.1",
"framer-motion": "^11.3.24",
"framer-motion": "^11.3.27",
"geist": "^1.3.1",
"input-otp": "^1.2.4",
"jotai": "^2.9.3",
Expand All @@ -91,9 +91,9 @@
"next": "14.3.0-canary.43",
"next-contentlayer2": "^0.4.6",
"next-themes": "^0.2.1",
"postcss": "^8.4.24",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"pretty-quick": "^3.1.3",
"pretty-quick": "^3.3.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
Expand All @@ -108,11 +108,11 @@
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "^22.0.0",
"tsx": "^4.1.4",
"turbo": "^1.9.9",
"tsx": "^4.17.0",
"turbo": "^1.13.4",
"vaul": "0.9.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^0.31.4",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8f3aef6

Please sign in to comment.