Skip to content

Commit

Permalink
feat(typescript): makes max-lines an error
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 10, 2023
1 parent d200aa8 commit bdb4b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = defineConfig({
rules: {
'no-undef': 'off',
'max-lines': [
'warn',
'error',
{
max: 400,
},
Expand Down

0 comments on commit bdb4b41

Please sign in to comment.