Skip to content

Commit

Permalink
chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets…
Browse files Browse the repository at this point in the history
…-ts to v3 (#1025)

* chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets-ts to v3

* Update ESLint configuration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Myrotvorets <support@myrotvorets.center>
  • Loading branch information
renovate[bot] and myrotvorets-team authored Dec 15, 2024
1 parent 5b96066 commit 0985275
Show file tree
Hide file tree
Showing 5 changed files with 951 additions and 2,151 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

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

This file was deleted.

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

/** @type {import('eslint').Linter.Config[]} */
export default [
{
ignores: ['dist/**'],
},
...MyrotvoretsConfig,
];
Loading

0 comments on commit 0985275

Please sign in to comment.