We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa28eb8 + 6d62404 commit 4e76e20Copy full SHA for 4e76e20
4 files changed
eslint.config.js
@@ -2,6 +2,9 @@ import eslint from '@eslint/js';
2
import tseslint from 'typescript-eslint';
3
4
export default tseslint.config(
5
+ {
6
+ ignores: ['dist/**', 'docs/**', 'coverage/**']
7
+ },
8
eslint.configs.recommended,
9
...tseslint.configs.recommended,
10
{
0 commit comments