Skip to content

Commit

Permalink
fix(eslint): disable github/unescaped-html-literal
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Jun 19, 2024
1 parent 6391895 commit 88f7392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export function eslintConfig(
'antfu/top-level-function': 'error',

'yoda': ['error', 'never', { exceptRange: true }],

'github/unescaped-html-literal': 'off',
},
})
.append({
Expand Down

0 comments on commit 88f7392

Please sign in to comment.