Skip to content

Commit

Permalink
Update eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 23, 2023
1 parent b9dd294 commit aa4958d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = defineConfig({
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:prettier/recommended',
'plugin:unicorn/recommended',
],
Expand Down Expand Up @@ -185,7 +185,7 @@ module.exports = defineConfig({
{
files: ['src/**/*.ts'],
plugins: ['jsdoc'],
extends: ['plugin:jsdoc/recommended'],
extends: ['plugin:jsdoc/recommended-typescript-error'],
rules: {
'jsdoc/match-description': [
'warn',
Expand Down

0 comments on commit aa4958d

Please sign in to comment.