Skip to content

Commit dfe3934

Browse files
committed
do not lint server validations
1 parent 9b51fad commit dfe3934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ export default [
2929
},
3030
},
3131
{
32-
ignores: ['test/support/fixtures/server/**/*'],
32+
ignores: ['test/support/fixtures/server/**/*', 'lib/validations/**/*'],
3333
},
3434
]

0 commit comments

Comments
 (0)