Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Sep 14, 2024
1 parent d592dad commit 69ad4c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
import tsEslint from 'typescript-eslint';
import globals from 'globals';
import tsParser from '@typescript-eslint/parser';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import js from '@eslint/js';
import { FlatCompat } from '@eslint/eslintrc';

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
// const compat = new FlatCompat({
// baseDirectory: __dirname,
// recommendedConfig: js.configs.recommended,
// allConfig: js.configs.all
// });

export default [
js.configs.recommended,
Expand Down

0 comments on commit 69ad4c3

Please sign in to comment.