Skip to content

Commit

Permalink
add TODO for #1230
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 18, 2022
1 parent 8fa4ad8 commit 830599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ module.exports = {
'@typescript-eslint/no-array-constructor': 'error',
// '@typescript-eslint/no-empty-function': 'error', // 41 errors
'@typescript-eslint/no-extra-semi': 'error',
// '@typescript-eslint/no-unused-vars': 'error', //TODO https://github.com/phetsims/chipper/issues/1230
'@typescript-eslint/no-loss-of-precision': 'error'
// '@typescript-eslint/no-unused-vars': 'error' // 250 errors

///////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit 830599c

Please sign in to comment.