Skip to content

Commit

Permalink
fix(prettier): conf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagoslar committed Jan 21, 2022
1 parent ccad73c commit 7b89ede
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {}
"plugins": ["@typescript-eslint", "prettier"]
}
64 changes: 64 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-extended": "^1.2.0",
Expand Down

0 comments on commit 7b89ede

Please sign in to comment.