mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Upgraded api max complixity eslint rule to error
- We've now squashed all the warnings, upgrade to error to prevent regressions
This commit is contained in:
parent
960828b646
commit
5327eb4b4b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
{
|
||||
files: 'core/server/api/canary/*',
|
||||
rules: {
|
||||
'ghost/ghost-custom/max-api-complexity': 'warn'
|
||||
'ghost/ghost-custom/max-api-complexity': 'error'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue