Skip to content

Commit

Permalink
Merge pull request #136 from TriPSs/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
TriPSs committed Jul 27, 2023
2 parents b3c8853 + 0ca42f6 commit 5bbc09d
Show file tree
Hide file tree
Showing 13 changed files with 1,686 additions and 108 deletions.
6 changes: 4 additions & 2 deletions actions/plan/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": "../../.eslintrc.json",
"extends": [
"../../.eslintrc.json"
],
"ignorePatterns": [
"!**/*"
],
Expand All @@ -14,7 +16,7 @@
],
"parserOptions": {
"project": [
"actions/plan/tsconfig.json"
"actions/plan/tsconfig.*?.json"
]
},
"rules": {}
Expand Down
Loading

0 comments on commit 5bbc09d

Please sign in to comment.