Skip to content

Commit

Permalink
Fix: TypeScript parser options
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Dec 24, 2020
1 parent 416c8ec commit b435b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid/eslint-config-base",
"version": "0.1.7",
"version": "0.1.8",
"description": "Solid defaults for eslinting.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ module.exports = {
*/
parser: "@typescript-eslint/parser",
parserOptions: {
project: './**/tsconfig.*json',
project: './**/tsconfig*.json',
},

/**
Expand Down

0 comments on commit b435b6a

Please sign in to comment.