Skip to content

Commit

Permalink
fix: disable pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaabamboo committed May 15, 2024
1 parent 8fada8a commit 3bd579a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/astro/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ const config = tseslint.config(
'@typescript-eslint/no-unsafe-return': 'off'
}
},
...compat.config({ extends: ['plugin:@pandacss/recommended'] }),
{
rules: {
'@pandacss/no-unsafe-token-fn-usage': 'off',
'@pandacss/no-hardcoded-color': 'off'
}
},
// ...compat.config({ extends: ['plugin:@pandacss/recommended'] }),
// {
// rules: {
// '@pandacss/no-unsafe-token-fn-usage': 'off',
// '@pandacss/no-hardcoded-color': 'off'
// }
// },
...eslintPluginAstro.configs['flat/recommended'],
{
files: ['**/*.astro', '**/*.ts', '**/*.tsx', '**/*.js'],
Expand Down

0 comments on commit 3bd579a

Please sign in to comment.