mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: legend
This commit is contained in:
@@ -40,6 +40,16 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
'prettier/prettier': 'error',
|
||||
'react/jsx-sort-props': [
|
||||
'error',
|
||||
{
|
||||
callbacksLast: true,
|
||||
ignoreCase: true,
|
||||
noSortAlphabetically: false,
|
||||
reservedFirst: true,
|
||||
shorthandFirst: true,
|
||||
},
|
||||
],
|
||||
'sort-keys-fix/sort-keys-fix': 'error',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user