diff --git a/framework/core/.eslintrc b/framework/core/.eslintrc index 9cebc759d..778c29256 100644 --- a/framework/core/.eslintrc +++ b/framework/core/.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/framework/core/stubs/extension/.eslintrc b/framework/core/stubs/extension/.eslintrc index 9cebc759d..778c29256 100644 --- a/framework/core/stubs/extension/.eslintrc +++ b/framework/core/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