refactor: Remove func-style rule from eslintrc.cjs.

This commit is contained in:
Jesse Mazzella 2024-04-12 10:31:27 -07:00
parent eace3f987f
commit 76452bd00c

View File

@ -129,8 +129,6 @@ const config = {
'array-callback-return': 'error',
// https://eslint.org/docs/rules/no-invalid-this
'no-invalid-this': 'error', // Believe this one actually surfaces some bugs
// https://eslint.org/docs/rules/func-style
'func-style': ['error', 'declaration'],
// https://eslint.org/docs/rules/no-unused-expressions
'no-unused-expressions': 'error',
// https://eslint.org/docs/rules/no-useless-concat