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
nyats/.eslintrc.yml
Line 13 in 2a139d0
The eslint config currently is broken, as it uses typescript plugin as its base, which
Besides this, there is no script in package.json to run the linter or prettier yet. Besides this, there may be need for some more eslint settings.
Solving this would enable auto-fixing issues such as unused imports:
nyats/server/test/integration.js
Line 7 in 2a139d0
Proposed solution:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nyats/.eslintrc.yml
Line 13 in 2a139d0
The eslint config currently is broken, as it uses typescript plugin as its base, which
Besides this, there is no script in package.json to run the linter or prettier yet.
Besides this, there may be need for some more eslint settings.
Solving this would enable auto-fixing issues such as unused imports:
nyats/server/test/integration.js
Line 7 in 2a139d0
Proposed solution:
The text was updated successfully, but these errors were encountered: