Skip to content

Commit

Permalink
fix(eslint-config): allow (1,2) syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJume committed Aug 7, 2024
1 parent 11b5a9b commit fd62598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default [
'github/no-dataset': 'error',
'github/no-innerText': 'error',
'github/no-inner-html': 'error',
'github/unescaped-html-literal': 'error',
// 'github/unescaped-html-literal': 'error',
'github/no-useless-passive': 'error',
'github/require-passive-events': 'error',
'github/prefer-observers': 'error',
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ export function eslintConfig({ nuxt = false, tsconfigPath }) {
'antfu/top-level-function': 'error',

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

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

0 comments on commit fd62598

Please sign in to comment.