Skip to content

Commit

Permalink
Update ESLint and Prettier dependencies (#25)
Browse files Browse the repository at this point in the history
* Update dependency eslint-config-prettier to v9

* Update dependency eslint-plugin-prettier to v5

* Update dependency prettier to v3

* Update dependency prettier-plugin-jinja-template to v1

* Update typescript-eslint monorepo to v6

* npm install

* ESLint changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
marcus-bcl and renovate[bot] committed Sep 18, 2023
1 parent 858ce76 commit b8393eb
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 227 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
{ "devDependencies": ["**/*.test.js", "**/*.test.ts", "**/testutils/**", "cypress.config.ts"] }
],
"no-only-tests/no-only-tests": "error",
"no-empty-function": "off",
"@typescript-eslint/no-empty-function": "error",
"prettier/prettier": [
"error",
{
Expand Down
Loading

0 comments on commit b8393eb

Please sign in to comment.