Skip to content

Commit

Permalink
build: reenable eslint rules (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix authored Dec 25, 2024
1 parent 25d1a67 commit 5be18ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,5 @@ export default [
unicorn.configs['flat/recommended'],
...tseslint.configs.recommended,
eslintConfigPrettier,
{
rules: {
// https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2496
'unicorn/expiring-todo-comments': 'off',
// https://github.com/eslint/eslint/issues/19134
'@typescript-eslint/no-unused-expressions': 'off',
},
},
...oxlint.buildFromOxlintConfigFile('.oxlintrc.json'),
];

0 comments on commit 5be18ae

Please sign in to comment.