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.
1 parent 9b51fad commit dfe3934Copy full SHA for dfe3934
packages/server/eslint.config.ts
@@ -29,6 +29,6 @@ export default [
29
},
30
31
{
32
- ignores: ['test/support/fixtures/server/**/*'],
+ ignores: ['test/support/fixtures/server/**/*', 'lib/validations/**/*'],
33
34
]
0 commit comments