microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.33k stars 28.59k forks source link

property "processor" is not allowed in eslintrc.json #80660

Closed SteveALee closed 5 years ago

SteveALee commented 5 years ago

Steps to Reproduce:

  1. edit a .eslintrc to include override, with processor entry

image

I guess a schema is wrong

https://eslint.org/docs/user-guide/configuring#specifying-processor

yes

aeschli commented 5 years ago

It very likly comes from this schema: http://json.schemastore.org/eslintrc

You need to file the issue there.

stalkerg commented 4 years ago

I created the issue on schema tracker. PS Another one svelte3 user.

SteveALee commented 4 years ago

@stalkerg Thank you. For some reason I did not get the email notification for @aeschli's comment.