generated from nhcarrigan/template
feat: set up announcement and cors logic for server
This commit is contained in:
@ -1,5 +1,18 @@
|
||||
import NaomisConfig from '@nhcarrigan/eslint-config';
|
||||
|
||||
export default [
|
||||
...NaomisConfig
|
||||
...NaomisConfig,
|
||||
{
|
||||
files: ["src/routes/*.ts"],
|
||||
rules: {
|
||||
"max-lines-per-function": "off",
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ["src/routes/*.ts"],
|
||||
rules: {
|
||||
// We turn this off so we can use the async plugin syntax without needing to await.
|
||||
"@typescript-eslint/require-await": "off",
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user