Skip to content

miluoshi/eslint-windows-glob-repro

Repository files navigation

Install

npm i

Repro

  1. Run

    npx eslint src
    

    Should throw 3 errors.

  2. Comment out parserOptions.project property in .eslintrc.js file and run the eslint command again. Should throw error:

    Error while loading rule '@typescript-eslint/dot-notation': You have used a rule which requires parserServices to be generated.
    You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published