Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from quayside-app/remove-2nd-erlintrc-file
Browse files Browse the repository at this point in the history
removed a vestigial file called .eslintrc.json and added its contents to .eslintrc.js
  • Loading branch information
schromya authored Oct 23, 2023
2 parents 6f1c735 + c9555f2 commit e4c68e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
},
extends: [
'eslint:recommended',
'plugin:react/recommended'
'plugin:react/recommended',
'next/core-web-vitals'
],
overrides: [
{
Expand Down Expand Up @@ -44,6 +45,7 @@ module.exports = {
semi: [
'error',
'never'
]
],
complexity: ['warn', 10]
}
}
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

0 comments on commit e4c68e0

Please sign in to comment.