Skip to content

Commit

Permalink
Merge pull request #116 from DuckyMomo20012/dev
Browse files Browse the repository at this point in the history
chore: update configs
  • Loading branch information
DuckyMomo20012 authored Jun 12, 2024
2 parents 9825df6 + 9422f3d commit ee56c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ module.exports = {
'plugin:import/recommended',
'plugin:import/typescript',
'plugin:jsx-a11y/recommended',
'plugin:react/recommended',
'plugin:prettier/recommended',
'plugin:react-hooks/recommended',
'plugin:react/jsx-runtime',
'plugin:react/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:playwright/playwright-test',
],
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["config:semverAllMonthly"]
"extends": ["config:semverAllMonthly"],
"ignoreDeps": ["eslint"]
}

0 comments on commit ee56c7b

Please sign in to comment.