Skip to content

Commit 16e1e25

Browse files
committed
fix linter errors
Signed-off-by: Kirill Mokevnin <[email protected]>
1 parent b0b3e79 commit 16e1e25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default [
1414
'**/*.{js,ts}',
1515
],
1616
},
17+
{
18+
ignores: ['dist/'],
19+
},
1720
{
1821
languageOptions: {
1922
globals: globals.node,

0 commit comments

Comments
 (0)