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

how can i disabled my md file eslint ???? #11751

Closed
cleverboy32 opened this issue May 22, 2019 · 3 comments
Closed

how can i disabled my md file eslint ???? #11751

cleverboy32 opened this issue May 22, 2019 · 3 comments
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion needs info Not enough information has been provided to triage this issue question This issue asks a question about ESLint

Comments

@cleverboy32
Copy link

I write MD in vue project. with webpack4

my webpack config

{
                test: /\.md$/,
                use: [
                    'vue-loader',
                    {
                        loader: 'vue-markdown-loader/lib/markdown-compiler',
                        options: utils.markdownLoader()
                    }
                ]
 }

it can parse can render right. but it consoles error too.
I add *.md in the .eslintignore file and it's no useful

here the error picture:
image

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label May 22, 2019
@aladdin-add aladdin-add added question This issue asks a question about ESLint and removed triage An ESLint team member will look at this issue soon labels May 22, 2019
@platinumazure
Copy link
Member

Hi @cleverboy32, thanks for the issue.

I'm a bit confused. Why do you think this is an issue with ESLint?

@aladdin-add aladdin-add added the needs info Not enough information has been provided to triage this issue label May 22, 2019
@eslint-deprecated
Copy link

Hi @cleverboy32, thanks for the issue. It looks like there's not enough information for us to know how to help you.

If you're reporting a bug, please be sure to include:

  1. The version of ESLint you are using (run eslint -v)
  2. What you did (the source code and ESLint configuration)
  3. The actual ESLint output complete with numbers
  4. What you expected to happen instead

Requesting a new rule? Please see Proposing a New Rule for instructions.

Requesting a rule change? Please see Proposing a Rule Change for instructions.

If it's something else, please just provide as much additional information as possible. Thanks!

@cleverboy32
Copy link
Author

@platinumazure sorry, it's because the webpack console error, but HTML render good.
the real reason is my markdown-loader options wrong.
and webpack is magic, its compiled fail, but it return the old compiled file to render.

@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Nov 20, 2019
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion needs info Not enough information has been provided to triage this issue question This issue asks a question about ESLint
Projects
None yet
Development

No branches or pull requests

3 participants