We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
million
1.0.11
None
npm
Mac
Chrome
vite config:
import MillionLint from '@million/lint'; import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; import tsconfigPaths from 'vite-tsconfig-paths'; import { analyzer } from 'vite-bundle-analyzer'; import svgr from 'vite-plugin-svgr'; export default defineConfig({ server: { port: 3006, }, plugins: [ MillionLint.vite(), react(), svgr({ svgrOptions: { dimensions: false, }, }), tsconfigPaths(), process.env.ANALYZE === '1' && analyzer(), ], });
working linter
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! A maintainer will review it soon.
Sorry, something went wrong.
Hi, I'm encountering the same issue with Vite where the lint process gets stuck at the second step, "looking for your dev server."
Million Lint: v1.0.11 Vite: ^5.4.6
We have a fix for this and will likely be in the next release
No branches or pull requests
What version of
million
are you using?1.0.11
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
vite config:
What's the expected result?
working linter
Link to Minimal Reproducible Example
Participation
The text was updated successfully, but these errors were encountered: