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

ESLint documentation, plugins, and dependencies #1465

Closed
dbauszus-glx opened this issue Sep 5, 2024 · 0 comments · Fixed by #1618
Closed

ESLint documentation, plugins, and dependencies #1465

dbauszus-glx opened this issue Sep 5, 2024 · 0 comments · Fixed by #1618
Assignees
Labels
Code Issues related to the code structure and performance. Documentation Adding or updating documentation.

Comments

@dbauszus-glx
Copy link
Member

Apart from eslint there are a handful of plugins as devDependencies in the package.json.

"devDependencies": {
    "eslint": "^8.29.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.6.0",
    "eslint-plugin-promise": "^6.1.1"
}

It should be documented how these are used.

ESLint itself has some vulnerabilities in its dependencies. #1443

Can these be resolved by updating ESLint and its plugins?

@dbauszus-glx dbauszus-glx added Code Issues related to the code structure and performance. Documentation Adding or updating documentation. labels Sep 5, 2024
@dbauszus-glx dbauszus-glx linked a pull request Oct 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Issues related to the code structure and performance. Documentation Adding or updating documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants