Skip to content

Commit

Permalink
fixed problem with tsconfig (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Sep 10, 2024
1 parent c377185 commit 1212b77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ export default [...config, ...esmConfig];
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
* (@foxriver76) fixed problems with tsconfig

### 0.1.2 (2024-09-06)
* (@foxriver76) initial release
5 changes: 2 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import eslint from "@eslint/js";
import jsdoc from "eslint-plugin-jsdoc";
import tseslint from "typescript-eslint";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
import globals from 'globals'
import globals from 'globals';

/**
* Rules for all JSDOC plugin usages
Expand Down Expand Up @@ -141,8 +141,7 @@ export default tseslint.config(
languageOptions: {
globals: globals.node,
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
projectService: true
}
}
},
Expand Down

0 comments on commit 1212b77

Please sign in to comment.