Skip to content

Commit

Permalink
Update sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Feb 10, 2024
1 parent 5422c8c commit 265d068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sandbox/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
//* Panda plugin
'plugin:@pandacss/all',
'plugin:@pandacss/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
Expand All @@ -15,6 +15,6 @@ module.exports = {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],

//* Panda rules overrides
'@pandacss/prefer-shorthand-properties': 'off',
'@pandacss/no-debug': 'off',
},
}
1 change: 0 additions & 1 deletion sandbox/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function App() {
Element 2
</panda.div>
</HStack>
{/* Not considered for now */}
<LocalFactoryComp debug />
</div>
)
Expand Down

0 comments on commit 265d068

Please sign in to comment.