Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
golsch committed Dec 12, 2024
1 parent 6800955 commit 3f30a77
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ import tseslint from 'typescript-eslint';
import tsdoc from 'eslint-plugin-tsdoc';

export default tseslint.config({
ignores: [
'node_modules/**',
'eslint.config.mjs'
],
languageOptions: {
parserOptions: {
globals: {
...globals.browser,
},
project: true,
},
},
extends: [
eslint.configs.recommended,
tseslint.configs.recommendedTypeChecked,
tseslint.configs.strictTypeChecked,
tseslint.configs.stylisticTypeChecked,
],
ignores: [
'node_modules/**',
'eslint.config.mjs'
],
plugins: {
tsdoc,
},
languageOptions: {
parserOptions: {
globals: {
...globals.browser,
},
project: true,
},
},
rules: {
'@typescript-eslint/explicit-member-accessibility': [
'error', {
Expand Down

0 comments on commit 3f30a77

Please sign in to comment.