Skip to content

Commit

Permalink
feat[coral]: extend ESLint config with eslint-config-prettier
Browse files Browse the repository at this point in the history
Resolves: #110
  • Loading branch information
SmuliS committed Oct 20, 2022
1 parent 5edb660 commit 059fb3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coral/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/jsx-runtime"
"plugin:react/jsx-runtime",
"prettier"
],
"overrides": [
],
Expand Down
1 change: 1 addition & 0 deletions coral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
Expand Down
11 changes: 11 additions & 0 deletions coral/pnpm-lock.yaml

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

0 comments on commit 059fb3c

Please sign in to comment.