From 5493680c47463f3cae84eb34a86770f0b7f9df31 Mon Sep 17 00:00:00 2001 From: jbphet Date: Mon, 8 Jun 2020 13:23:48 -0600 Subject: [PATCH] backed out accidental premature turn-on of viz lint rule, see https://github.com/phetsims/chipper/issues/932 --- eslint/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/.eslintrc.js b/eslint/.eslintrc.js index ccb26090..8b92bd26 100644 --- a/eslint/.eslintrc.js +++ b/eslint/.eslintrc.js @@ -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,