Skip to content

Commit

Permalink
.eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackWhite2000 committed Nov 7, 2023
1 parent ec99051 commit acea760
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
docs
template
public
build
lib
scripts
dist
node_modules
.output
.nuxt
4 changes: 2 additions & 2 deletions lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"sourceMap": true,
"declarationDir": "./dist",
"forceConsistentCasingInFileNames": true,
"strict": false,
},
"strict": false
},
"skipLibCheck": true,
"files": [
"type/gc.d.ts"
Expand Down

0 comments on commit acea760

Please sign in to comment.