Skip to content

Commit

Permalink
feat(tsconfig-common): Remove deprecated "newLine" flag (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed May 12, 2024
1 parent 33fcda5 commit 924440b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tsconfig-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lib": ["es2023"],
"module": "nodenext",
"moduleResolution": "node16",
"newLine": "lf",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 924440b

Please sign in to comment.