xyz icon indicating copy to clipboard operation
xyz copied to clipboard

ESLint documentation, plugins, and dependencies

Open dbauszus-glx opened this issue 5 months ago • 0 comments

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. https://github.com/GEOLYTIX/xyz/issues/1443

Can these be resolved by updating ESLint and its plugins?

dbauszus-glx avatar Sep 05 '24 15:09 dbauszus-glx