mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
refactor: remove redundant ESLint config import
Signed-off-by: Sped0n <hi@sped0n.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { default as eslint, default as js } from '@eslint/js'
|
||||
import js from '@eslint/js'
|
||||
import tsParser from '@typescript-eslint/parser'
|
||||
import love from 'eslint-config-love'
|
||||
import importPlugin from 'eslint-plugin-import'
|
||||
@@ -9,7 +9,6 @@ import tseslint from 'typescript-eslint'
|
||||
|
||||
export default defineConfig([
|
||||
js.configs.recommended,
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
importPlugin.flatConfigs.recommended,
|
||||
solid,
|
||||
|
||||
Reference in New Issue
Block a user