feat: legend

This commit is contained in:
2023-07-03 22:14:17 -03:00
parent 6f5a0ec34a
commit da3e6cb101
5 changed files with 70 additions and 35 deletions

View File

@@ -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',
},
};