eslint refactor

This commit is contained in:
Danel Kungla
2025-09-19 16:59:52 +03:00
parent a243bd4769
commit 78221c4267
6 changed files with 229 additions and 35 deletions

View File

@@ -1,3 +0,0 @@
import eslintConfigBase from '@kit/eslint-config/base.js';
export default eslintConfigBase;

View File

@@ -5,7 +5,6 @@
"scripts": {
"clean": "git clean -xdf .turbo node_modules",
"format": "prettier --check \"**/*.{ts,tsx}\"",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"prettier": "@kit/prettier-config",