Skip to content

Commit

Permalink
chore(deps): replace dependency eslint-config-standard-with-typescrip…
Browse files Browse the repository at this point in the history
…t with eslint-config-love ^43.0.1 (#4390)

* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0

* fix: update eslint config

* chore: revert ignore

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Tannum <christopher.tannum@cognite.com>
  • Loading branch information
renovate[bot] and christjt authored May 8, 2024
1 parent e6f6e49 commit 6723b94
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion react-components/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
es2021: true
},
extends: [
'standard-with-typescript',
'love',
'eslint:recommended',
'plugin:react/recommended',
'plugin:prettier/recommended'
Expand Down
2 changes: 1 addition & 1 deletion react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-love": "43.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.4.0",
Expand Down
154 changes: 77 additions & 77 deletions react-components/yarn.lock

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

0 comments on commit 6723b94

Please sign in to comment.