diff options
| author | ST-DDT <[email protected]> | 2024-12-02 10:34:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-02 10:34:57 +0100 |
| commit | 7d59cd9bfbfebaccc93811a50cc698e46e6c862b (patch) | |
| tree | 0d9fca812dcb3a0a43a5b7991a23150cf9262257 /eslint.config.ts | |
| parent | 176d4300366b0481fbc01f2da3faad104d626dc9 (diff) | |
| download | faker-7d59cd9bfbfebaccc93811a50cc698e46e6c862b.tar.xz faker-7d59cd9bfbfebaccc93811a50cc698e46e6c862b.zip | |
infra(unicorn): prefer-export-from (#3272)
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 6077b0a6..0ae63ccc 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -162,7 +162,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/prefer-export-from': 'off', 'unicorn/prevent-abbreviations': 'off', }, }, |
