Skip to content

Commit

Permalink
fix(eslint-config-airlight-base): update comment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jul 24, 2024
1 parent 0e0ad55 commit 526a242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-base/rules.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/** @type {Partial<Record<string, SharedConfig.RuleEntry>>} */
module.exports = {
'@eslint-community/eslint-comments/no-unused-disable': 'error',
'@eslint-community/eslint-comments/disable-enable-pair': 'warn',
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down

0 comments on commit 526a242

Please sign in to comment.