Skip to content

Commit

Permalink
backed out accidental premature turn-on of viz lint rule, see #932
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jun 8, 2020
1 parent 95fe037 commit c7eccf8
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 @@ -79,7 +79,7 @@ module.exports = {
'single-line-import': 2,

// method declarations must have a visibility annotation
'visibility-annotation': 2,
// 'visibility-annotation': 2,

// key and value arguments to namespace.register() must match
'namespace-match': 2,
Expand Down

0 comments on commit c7eccf8

Please sign in to comment.