fix: Prepare routes for linting (#603)

This commit is contained in:
Oliver Windall Juhl
2021-10-24 15:13:49 +02:00
committed by GitHub
parent 531075208f
commit 3e68069a89
36 changed files with 85 additions and 56 deletions

View File

@@ -29,5 +29,11 @@ module.exports = {
plugins: [`@typescript-eslint/eslint-plugin`],
extends: [`plugin:@typescript-eslint/recommended`],
},
{
files: ["**/api/**/*.js"],
rules: {
"valid-jsdoc": ["off"],
},
},
],
}