Skip to content

Commit

Permalink
Top level prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ankoh committed May 18, 2021
1 parent 3be3ec9 commit 017d8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prettierrc → .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
module.exports = {
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const base = require("../../.prettierrc");
const base = require("../../.prettierrc.js");
module.exports = base;

0 comments on commit 017d8c5

Please sign in to comment.