Skip to content

Commit cea088d

Browse files
authored
Merge branch 'main' into pcarleton/pr-pkg-new
2 parents 239874c + 5e735c1 commit cea088d

19 files changed

+3156
-969
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export default tseslint.config(
1515
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }]
1616
}
1717
},
18+
{
19+
ignores: ['src/spec.types.ts']
20+
},
1821
{
1922
files: ['src/client/**/*.ts', 'src/server/**/*.ts'],
2023
ignores: ['**/*.test.ts'],

0 commit comments

Comments
 (0)