Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 13, 2023
1 parent 5fb572d commit 709c74a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/site/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
parserOptions: {
project: './tsconfig.eslint.json',
},
rules: {
'spaced-comment': 'off',
},
overrides: [
{
files: ['**/*.{ts,tsx}'],
Expand Down

0 comments on commit 709c74a

Please sign in to comment.