Skip to content

Commit

Permalink
chore(lint): lint remaining files
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Nov 23, 2023
1 parent 1bbd939 commit f8f7bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/eslint-petal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"noEmit": true,
"isolatedModules": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true
"skipLibCheck": true
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion core/petal/config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": ["node"],
"declaration": true,
"sourceMap": true,
"sourceMap": false,
"isolatedModules": false
},
"include": ["src"]
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"DOM",
"ESNext"
],
"sourceMap": true
"sourceMap": false
}
}

0 comments on commit f8f7bb6

Please sign in to comment.