Skip to content

Commit

Permalink
chore: added prettier configs
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Feb 10, 2024
1 parent e6cb7b3 commit f9ba8e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": "@webdeveric/eslint-config",
"root": true,
"extends": ["@webdeveric/eslint-config", "prettier"],

"parserOptions": {
"ecmaVersion": 2018
},
Expand Down
13 changes: 13 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.vscode/
.husky/
coverage/
build/
dist/
private/
package-lock.json
pnpm-lock.yaml
.prettierignore
.editorconfig
.npmrc
.nvmrc
.eslintrc*

0 comments on commit f9ba8e2

Please sign in to comment.