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
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
import { createApp } from 'other.js' test(() => { createApp({}) }) test(() => { createApp({}) })
I write a function name createApp and when i write the unit test it has eslint one-component-per-file warning.
createApp
one-component-per-file
What did you expect to happen?
There is no eslint warning.
What actually happened?
It show the one-component-per-file warning`
Repository to reproduce this issue
The text was updated successfully, but these errors were encountered:
fix: [one-component-per-file] do not check createApp function written…
8d5285f
… by the developer vuejs#2201
ed050e9
257c814
7baf1ab
vue/one-component-per-file
Successfully merging a pull request may close this issue.
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
I write a function name
createApp
and when i write the unit test it has eslintone-component-per-file
warning.What did you expect to happen?
There is no eslint warning.
What actually happened?
It show the
one-component-per-file
warning`Repository to reproduce this issue
The text was updated successfully, but these errors were encountered: