Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Sep 17, 2023
1 parent 8739dfc commit d451dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
dist
.DS_Store
.idea
tmp
tmp
.env
2 changes: 1 addition & 1 deletion index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
},
],
radix: 'error',
'require-atomic-updates': 'error',
'require-atomic-updates': ['error', { allowProperties: true }],
'sort-keys-custom-order/object-keys': [
'warn',
{ orderedKeys: ['id', 'name', 'title'] },
Expand Down

0 comments on commit d451dc6

Please sign in to comment.