Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with Astro? #353

Open
IHIutch opened this issue Jul 12, 2024 · 0 comments
Open

Does this work with Astro? #353

IHIutch opened this issue Jul 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IHIutch
Copy link

IHIutch commented Jul 12, 2024

This is my current config which is also using the antfu plugin. That configuration seems to work, but I don't seem to get warnings/fixes for this plugin.

Here is my current config

import antfu from '@antfu/eslint-config'
import tailwind from 'eslint-plugin-tailwindcss'

export default antfu(
  {
    formatters: true,
    astro: true,
    ignores: [
      // # build output
      'dist/',
      // # generated types
      '.astro/',

      // # dependencies
      '**/node_modules/*',
      'node_modules/',

      // # logs
      'npm-debug.log*',
      'yarn-debug.log*',
      'yarn-error.log*',
      'pnpm-debug.log*',

      // # environment variables
      '.env',
      '.env.production',

      // # macOS-specific files
      '.DS_Store',
    ],
  },
  ...tailwind.configs['flat/recommended'],
)

Not sure if I'm doing something wrong, or if Astro just isn't supported

@IHIutch IHIutch added the bug Something isn't working label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant