File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments