Skip to content

Commit 265d068

Browse files
committed
Update sandbox
1 parent 5422c8c commit 265d068

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sandbox/.eslintrc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
'plugin:@typescript-eslint/recommended',
77
'plugin:react-hooks/recommended',
88
//* Panda plugin
9-
'plugin:@pandacss/all',
9+
'plugin:@pandacss/recommended',
1010
],
1111
ignorePatterns: ['dist', '.eslintrc.cjs'],
1212
parser: '@typescript-eslint/parser',
@@ -15,6 +15,6 @@ module.exports = {
1515
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
1616

1717
//* Panda rules overrides
18-
'@pandacss/prefer-shorthand-properties': 'off',
18+
'@pandacss/no-debug': 'off',
1919
},
2020
}

sandbox/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function App() {
7272
Element 2
7373
</panda.div>
7474
</HStack>
75-
{/* Not considered for now */}
7675
<LocalFactoryComp debug />
7776
</div>
7877
)

0 commit comments

Comments
 (0)