Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production deploy #3524

Merged
merged 8 commits into from
Aug 16, 2024
3 changes: 2 additions & 1 deletion api.planx.uk/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"supertest.**.expect"
]
}
]
],
"no-nested-ternary": "error"
},
"globals": {
"require": "readonly",
Expand Down
280 changes: 156 additions & 124 deletions api.planx.uk/pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion e2e/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"argsIgnorePattern": "^_"
}
],
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
"no-nested-ternary": "error"
},
"ignorePatterns": [ "dist/**", "pnpm-lock.yaml" ]
}
Loading
Loading