Skip to content

Commit a9b34c3

Browse files
committed
refactor: remove linting from compiled js file
1 parent 7002b29 commit a9b34c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const compat = new FlatCompat({
1717

1818
export default [
1919
{
20-
ignores: ['**/.eslintrc.js'],
20+
ignores: ['**/.eslintrc.js', '**/dist'],
2121
},
2222
...compat.extends('plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'),
2323
{

0 commit comments

Comments
 (0)