diff --git a/.eslintrc b/.eslintrc index 9cebc759d..778c29256 100644 --- a/.eslintrc +++ b/.eslintrc @@ -138,7 +138,6 @@ }], "comma-style": [2, "last"], // http://eslint.org/docs/rules/comma-style "eol-last": 2, // http://eslint.org/docs/rules/eol-last - "func-names": 1, // http://eslint.org/docs/rules/func-names "key-spacing": [2, { // http://eslint.org/docs/rules/key-spacing "beforeColon": false, "afterColon": true diff --git a/stubs/extension/.eslintrc b/stubs/extension/.eslintrc index 9cebc759d..778c29256 100644 --- a/stubs/extension/.eslintrc +++ b/stubs/extension/.eslintrc @@ -138,7 +138,6 @@ }], "comma-style": [2, "last"], // http://eslint.org/docs/rules/comma-style "eol-last": 2, // http://eslint.org/docs/rules/eol-last - "func-names": 1, // http://eslint.org/docs/rules/func-names "key-spacing": [2, { // http://eslint.org/docs/rules/key-spacing "beforeColon": false, "afterColon": true