Skip to content

Commit

Permalink
Add endlines
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed May 17, 2024
1 parent e85751d commit 3914542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist
package.json
package-lock.json
*.html
*.html
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"include": ["./lib"]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"outDir": "./dist"
},
"exclude": ["**/node_modules/**/*", "**/dist/**/*"]
}
}

0 comments on commit 3914542

Please sign in to comment.