We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e532 commit 765e49cCopy full SHA for 765e49c
eslint.config.mjs
package.json
@@ -26,21 +26,15 @@
26
"scripts": {
27
"dev": "vite",
28
"build": "vite build",
29
- "preview": "vite preview",
30
- "lint": "eslint",
31
- "lint:errors": "eslint --quiet",
32
- "lint:fix": "eslint --fix"
+ "preview": "vite preview"
33
},
34
"author": {
35
"name": "CodeX",
36
"email": "team@codex.so"
37
38
"devDependencies": {
39
"@editorjs/editorjs": "^2.30.7",
40
- "eslint": "^9.15.0",
41
- "eslint-config-codex": "^2.0.3",
42
"typescript": "^5.4.5",
43
- "typescript-eslint": "^8.15.0",
44
"vite": "^4.5.0",
45
"vite-plugin-css-injected-by-js": "^3.3.0",
46
"vite-plugin-dts": "^3.9.1"
0 commit comments