Skip to content

Commit

Permalink
Revert "feat: Add ESLint support with CodeX ESLint Config."
Browse files Browse the repository at this point in the history
This reverts commit 551e532.
  • Loading branch information
ahmedatigui committed Nov 24, 2024
1 parent 551e532 commit 765e49c
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 2,041 deletions.
24 changes: 0 additions & 24 deletions eslint.config.mjs

This file was deleted.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,15 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint",
"lint:errors": "eslint --quiet",
"lint:fix": "eslint --fix"
"preview": "vite preview"
},
"author": {
"name": "CodeX",
"email": "[email protected]"
},
"devDependencies": {
"@editorjs/editorjs": "^2.30.7",
"eslint": "^9.15.0",
"eslint-config-codex": "^2.0.3",
"typescript": "^5.4.5",
"typescript-eslint": "^8.15.0",
"vite": "^4.5.0",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^3.9.1"
Expand Down
Loading

0 comments on commit 765e49c

Please sign in to comment.