Skip to content

Commit

Permalink
Update ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 15, 2024
1 parent 50fba78 commit 90ef7ea
Show file tree
Hide file tree
Showing 4 changed files with 788 additions and 2,049 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

16 changes: 0 additions & 16 deletions .eslintrc.json

This file was deleted.

11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import MyrotvoretsConfig from '@myrotvorets/eslint-config-myrotvorets-ts';
import MochaPlugin from 'eslint-plugin-mocha';

/** @type {import('eslint').Linter.Config[]} */
export default [
{
ignores: ['coverage/**', 'dist/**', '**/*.cjs', '**/*.mjs', '**/*.js'],
},
...MyrotvoretsConfig,
MochaPlugin.configs.flat.recommended,
];
Loading

0 comments on commit 90ef7ea

Please sign in to comment.