We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently server.ts and startup-message.ts are not covered by ESLint.
server.ts
startup-message.ts
Steps to reproduce the behavior:
src/test.ts
npm run lint-fix
ESLint should apply to all TypeScript files unless explicitly turned off (e.g. for configuration files like cypress.config.ts)
cypress.config.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Apparently
server.ts
andstartup-message.ts
are not covered by ESLint.To Reproduce
Steps to reproduce the behavior:
src/test.ts
server.ts
startup-message.ts
npm run lint-fix
and check the files againsrc/test.ts
will be fixedserver.ts
andstartup-message.ts
won't beExpected behavior
ESLint should apply to all TypeScript files unless explicitly turned off (e.g. for configuration files like
cypress.config.ts
)The text was updated successfully, but these errors were encountered: