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

Error when using your boilerplate #21

Closed
DatMayo opened this issue Feb 9, 2020 · 3 comments
Closed

Error when using your boilerplate #21

DatMayo opened this issue Feb 9, 2020 · 3 comments
Labels

Comments

@DatMayo
Copy link

DatMayo commented Feb 9, 2020

When I delete all example code I'm getting the following error:

Cannot read tslint configuration - 'Failed to load d:\Coding\management-pannel\tslint.json: Invalid "extends" configuration value - could not require "tslint-microsoft-contrib/recommended". Review the Node lookup algorithm (https://nodejs.org/api/modules.html#modules_all_together) for the approximate method TSLint uses to find the referenced configuration file.'tslint(1)

Is this only on my side or is there sth. broken?

//Edit: Even with the vanilla boilerplate I'm getting this error

@jsynowiec
Copy link
Owner

jsynowiec commented Feb 13, 2020

Where or how are you getting this error message? You should not use TSLint as it is deprecated and replaced with ESLint. All TSLint functionality was removed from this repository in fb26003 I have now also removed the leftover tslint.json file that was missed.

Just run npm run lint or eslint . --ext .ts,.tsx from the project's directory.

@jsynowiec
Copy link
Owner

Closing due to inactivity.

@DatMayo
Copy link
Author

DatMayo commented Feb 29, 2020

Sry 4 answering late.
It looks like I had an old version which was before fb26003. No errors as of today, thx <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants