|
|
|
@ -1,11 +1,11 @@
|
|
|
|
import typescriptEslint from '@typescript-eslint/eslint-plugin'
|
|
|
|
import typescriptEslint from '@typescript-eslint/eslint-plugin'
|
|
|
|
import globals from 'globals'
|
|
|
|
import stylistic from '@stylistic/eslint-plugin'
|
|
|
|
import tsParser from '@typescript-eslint/parser'
|
|
|
|
import tsParser from '@typescript-eslint/parser'
|
|
|
|
import path from 'node:path'
|
|
|
|
import { FlatCompat } from '@eslint/eslintrc'
|
|
|
|
import { fileURLToPath } from 'node:url'
|
|
|
|
import { fileURLToPath } from 'node:url'
|
|
|
|
|
|
|
|
import globals from 'globals'
|
|
|
|
|
|
|
|
import path from 'node:path'
|
|
|
|
import js from '@eslint/js'
|
|
|
|
import js from '@eslint/js'
|
|
|
|
import stylistic from '@stylistic/eslint-plugin'
|
|
|
|
|
|
|
|
import { FlatCompat } from '@eslint/eslintrc'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const __filename = fileURLToPath(import.meta.url)
|
|
|
|
const __filename = fileURLToPath(import.meta.url)
|
|
|
|
const __dirname = path.dirname(__filename)
|
|
|
|
const __dirname = path.dirname(__filename)
|
|
|
|
|