mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 08:48:28 +00:00
refactor: Remove func-style rule from eslintrc.cjs.
This commit is contained in:
parent
eace3f987f
commit
76452bd00c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user