Skip to content

Commit

Permalink
Merge branch 'main' into refactor/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl authored Feb 26, 2024
2 parents 48ac9bd + f9177b2 commit ebdfc00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import globals from 'globals';
import typescriptParser from '@typescript-eslint/parser';
import unicorn from 'eslint-plugin-unicorn';

//! migrate to flat config
import { resolve } from 'node:path';
import { FlatCompat } from '@eslint/eslintrc';

const compat = new FlatCompat({
baseDirectory: resolve(),
resolvePluginsRelativeTo: resolve(),
});
//!--------------------------

export default [
...compat.extends(
Expand Down

0 comments on commit ebdfc00

Please sign in to comment.