Skip to content

Commit

Permalink
Merge pull request #2 from SergeyShurkhovetckii/Prettier/fix
Browse files Browse the repository at this point in the history
add/prettier functional
  • Loading branch information
SergeyShurkhovetckii committed Apr 7, 2023
2 parents 1f012ca + 6fb1d82 commit b13e11c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions apps/web/prettier.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require("prettier-plugin-tailwindcss")],
};
2 changes: 1 addition & 1 deletion apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src", "prettier.config.cjs"],
"references": [{ "path": "./tsconfig.node.json" }]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"autoprefixer": "^10.4.14",
"eslint-config-custom": "*",
"postcss": "^8.4.21",
"prettier": "latest",
"prettier": "2.8.7",
"tailwindcss": "^3.3.1",
"turbo": "latest"
},
Expand Down

0 comments on commit b13e11c

Please sign in to comment.