diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-12 12:21:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-12 12:21:40 +0200 |
| commit | 033c23b109de18dcfaf8abeab4e134a47c57b460 (patch) | |
| tree | 640729dcb52fd457c0069626016132f7c31e9173 /eslint.config.ts | |
| parent | 25506d2d61acf79d889e70ff7a43fde9eee1302a (diff) | |
| download | faker-033c23b109de18dcfaf8abeab4e134a47c57b460.tar.xz faker-033c23b109de18dcfaf8abeab4e134a47c57b460.zip | |
chore(deps): update dependency eslint-plugin-unicorn to v56 (#3159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'eslint.config.ts')
| -rw-r--r-- | eslint.config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eslint.config.ts b/eslint.config.ts index 05fe235f..4b522eec 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -153,7 +153,6 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config( // TODO @Shinigami92 2023-09-23: The following rules currently conflict with our code. // Each rule should be checked whether it should be enabled/configured and the problems fixed, or stay disabled permanently. - 'unicorn/better-regex': 'off', 'unicorn/consistent-function-scoping': 'off', 'unicorn/no-object-as-default-parameter': 'off', 'unicorn/prefer-export-from': 'off', |
