mendix / pluggable-widgets-tools

Moved to widget resources:
https://github.com/mendix/widgets-resources/
Apache License 2.0
8 stars 5 forks source link

Error while running npm run lint #35

Closed BrunoHolliger closed 5 years ago

BrunoHolliger commented 5 years ago

Executing npm run lint shows the following error. Adding the configuration fixes the problem. Please verify. Thank you very much!

eslint --config "../../../.eslintrc.js" --ext .jsx,.js,.ts,.tsx "../../../src/" Error: 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. Occurred while linting {filename}