A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/typescript-eslint/typescript-eslint/issues/6403 below:

Error if configuration options aren't provided as expected · Issue #6403 · typescript-eslint/typescript-eslint · GitHub

Before You File a Proposal Please Confirm You Have Done The Following... Relevant Package

typescript-estree

My proposal is suitable for this project Description

Spinning out from #6367 (comment): we have logic in typescript-estree to ensure provided configuration options are the expected types. But we don't show any indication about incorrect types to users who configure us incorrectly.

Fail
{
  parserOptions: {
    project: 123
  }
}
Pass
{
  parserOptions: {
    project: ['tsconfig.eslint.json']
  }
}
Additional Info

Proposal:

Zamiell, KostyaTretyak and rakleed


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4