diff --git a/packages/site/.eslintrc.js b/packages/site/.eslintrc.js index 268a79f..d72a39a 100644 --- a/packages/site/.eslintrc.js +++ b/packages/site/.eslintrc.js @@ -3,6 +3,9 @@ module.exports = { parserOptions: { project: './tsconfig.eslint.json', }, + rules: { + 'spaced-comment': 'off', + }, overrides: [ { files: ['**/*.{ts,tsx}'],