Skip to content

Commit

Permalink
Merge pull request #847 from myrotvorets/renovate/major-linters
Browse files Browse the repository at this point in the history
chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets-ts to v3
  • Loading branch information
myrotvorets-team authored Dec 16, 2024
2 parents 243edf8 + 994d0b4 commit 2960cb3
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 1,945 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

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

This file was deleted.

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

/** @type {import('eslint').Linter.Config[]} */
export default [
{
ignores: ['dist/**'],
},
...MyrotvoretsConfig,
{
files: ['test/**/*.ts'],
rules: {
'no-await-in-loop': 'off',
'sonarjs/no-hardcoded-ip': 'off',
},
},
];
1 change: 0 additions & 1 deletion lib/iso31661Alpha2/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/no-named-as-default-member */
import { EnvError, makeValidator } from 'envalid';
import validator from 'validator';

Expand Down
Loading

0 comments on commit 2960cb3

Please sign in to comment.