Skip to content

Commit

Permalink
chore: add todo for deprecating opts
Browse files Browse the repository at this point in the history
  • Loading branch information
aldis-ameriks committed Aug 12, 2023
1 parent 14a7f50 commit 4bebf0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const options = {
comments: { type: 'boolean' },
semicolons: { type: 'boolean' },
bigint: { type: 'boolean' },
noSemi: { type: 'boolean' },
'no-semicolons': { type: 'boolean' },
noSemi: { type: 'boolean' }, // TODO: Deprecate
'no-semicolons': { type: 'boolean' }, // TODO: Deprecate
'pascal-enums': { type: 'boolean' },
'date-as-string': { type: 'boolean' },
'insert-types': { type: 'boolean' },
Expand Down

0 comments on commit 4bebf0f

Please sign in to comment.