Skip to content

Commit

Permalink
chore: update formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jul 8, 2024
1 parent 66316aa commit b3e7ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"./packages/eslint-config-node/biome.json"
],
"files": {
"ignore": ["scripts", ".release-me"]
"ignore": ["scripts", ".release-me", "oxlintrc.json"]
},
"linter": {
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default [
complexity: ['error', { max: 7 }],
'max-lines-per-function': [
'error',
{ max: 24, skipBlankLines: true, skipComments: true, IIFEs: true }
{ max: 48, skipBlankLines: true, skipComments: true, IIFEs: true }
]
},
ignores: ['.history', '.release-me', 'scripts']
Expand Down

0 comments on commit b3e7ed0

Please sign in to comment.