styling and building out trimmer component

This commit is contained in:
michalcourson
2026-02-07 10:25:53 -05:00
parent c292350b25
commit 0346efd504
6 changed files with 645 additions and 65 deletions

View File

@ -14,6 +14,7 @@ module.exports = {
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'error',
'react/require-default-props': 'off',
'no-console': 'off',
},
parserOptions: {
ecmaVersion: 2022,