chore: update eslint package

This commit is contained in:
Aarnav Tale 2024-05-15 21:54:15 -04:00
parent e7c6271322
commit 37a31e30c7
No known key found for this signature in database
4 changed files with 351 additions and 212 deletions

View File

@ -1,3 +0,0 @@
{
"extends": "tale"
}

5
eslint.config.js Normal file
View File

@ -0,0 +1,5 @@
import tale from 'eslint-config-tale'
export default [
...tale
]

View File

@ -6,7 +6,7 @@
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
@ -45,7 +45,7 @@
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-tale": "^1.0.16",
"eslint-config-tale": "^2.0.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",

File diff suppressed because it is too large Load Diff