feat: restructure ESLint and TypeScript configurations into a new configs directory

This commit is contained in:
Firman Ramdhani
2026-01-09 09:58:01 +07:00
parent 010821e662
commit 7a6a8b710f
11 changed files with 18 additions and 18 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@repo/eslint-config",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint-config-prettier": "^9.1.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}