refactor: convert function expressions to declarations (#4926)
This commit is contained in:
committed by
GitHub
parent
c0236536dd
commit
141a2eba56
@ -30,6 +30,7 @@ module.exports = {
|
||||
'@emotion/styled-import': 'error',
|
||||
'require-atomic-updates': [0],
|
||||
'object-shorthand': ['error', 'always'],
|
||||
'func-style': ['error', 'declaration'],
|
||||
'prefer-const': [
|
||||
'error',
|
||||
{
|
||||
|
Reference in New Issue
Block a user