Skip to content

Commit

Permalink
✨ split tsconfig with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Apr 5, 2022
1 parent 37920bb commit 09bda94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
extends:
- "@ci7lus/eslint-config"
parserOptions:
project:
- "./tsconfig.eslint.json"
5 changes: 5 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src", "./*.js"],
"exclude": ["node_modules"]
}

0 comments on commit 09bda94

Please sign in to comment.