-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: Add ESLint support with CodeX ESLint Config."
This reverts commit 551e532.
- Loading branch information
1 parent
551e532
commit 765e49c
Showing
4 changed files
with
157 additions
and
2,041 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
Oops, something went wrong.