Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from fiahfy/feature/fix_format
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
tohashi authored May 23, 2022
2 parents 6af8c29 + 7e2148c commit 21ac35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = {
'plugin:jsx-a11y/recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:import/typescript'
'prettier',
'plugin:import/typescript',
'prettier'
],
rules: {
'no-console': 'warn',
Expand Down

0 comments on commit 21ac35d

Please sign in to comment.