Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 13, 2024
1 parent ead6015 commit 4fc098a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ module.exports = {
'**/fixtures/**.@(js|ts|tsx)',
'scripts/*.@(js|ts|tsx)',
],
// env: {
// jest: true,
// },
// extends: ['plugin:jest/recommended'],
rules: {
'@typescript-eslint/consistent-type-assertions': 'off',
'@typescript-eslint/no-var-requires': 'off',
Expand All @@ -121,7 +117,6 @@ module.exports = {
},
{
files: ['**/__tests__/**test.tsx'],
// env: { jest: true },
extends: ['plugin:testing-library/react'],
rules: {
'testing-library/no-manual-cleanup': 'off',
Expand Down
1 change: 0 additions & 1 deletion app/src/atoms/Chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export function Chip({
background === false && type !== 'basic'
? COLORS.transparent
: CHIP_PROPS_BY_TYPE[type].backgroundColor
console.log('backgroundColor', backgroundColor)
const icon = iconName ?? CHIP_PROPS_BY_TYPE[type].iconName ?? 'ot-alert'
return (
<Flex
Expand Down

0 comments on commit 4fc098a

Please sign in to comment.