diff --git a/eslint/format_eslintrc.js b/eslint/format_eslintrc.js index b5798fb2..4c1286c2 100644 --- a/eslint/format_eslintrc.js +++ b/eslint/format_eslintrc.js @@ -354,10 +354,6 @@ module.exports = { // https://eslint.org/docs/rules/prefer-object-spread 'prefer-object-spread': 'error', - // require quotes around object literal property names - // https://eslint.org/docs/rules/quote-props.html - 'quote-props': [ 'error', 'as-needed', { keywords: false, unnecessary: true, numbers: false } ], - // do not require jsdoc // https://eslint.org/docs/rules/require-jsdoc 'require-jsdoc': 'off', diff --git a/eslint/rules/.eslintrc.js b/eslint/rules/.eslintrc.js index 7dce7a4f..0d028754 100644 --- a/eslint/rules/.eslintrc.js +++ b/eslint/rules/.eslintrc.js @@ -6,5 +6,5 @@ module.exports = { // Use all of the default rules from eslint file for node code. - 'extends': '../node_eslintrc.js' + extends: '../node_eslintrc.js' }; \ No newline at end of file