Skip to content

Commit

Permalink
Fix eslint-config-love usages
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Nov 13, 2024
1 parent 9866401 commit 60d5cba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default [
{
...eslintConfigLove,
rules: {
...eslintConfigLove.rules,
'@cspell/spellchecker': [
'warn',
{
Expand Down
1 change: 0 additions & 1 deletion tests/playwright/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default [
{
...eslintConfigLove,
rules: {
...eslintConfigLove.rules,
'@cspell/spellchecker': [
'warn',
{
Expand Down

0 comments on commit 60d5cba

Please sign in to comment.