Func style allowing arrow (#461)
* eslint func-style rule added to server * eslint func-style rule added to front-end
This commit is contained in:
@ -46,6 +46,7 @@ module.exports = {
|
||||
'simple-import-sort/imports': 'error',
|
||||
'simple-import-sort/exports': 'error',
|
||||
'twenty/sort-css-properties-alphabetically': 'error',
|
||||
'twenty/no-hardcoded-colors': 'error'
|
||||
'twenty/no-hardcoded-colors': 'error',
|
||||
'func-style':['error', 'declaration', { 'allowArrowFunctions': true }],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user