danielvaijk / config

My personal configs for linting, formatting, etc.
MIT License
0 stars 0 forks source link

Expand linting configs. #7

Open danielvaijk opened 1 month ago

danielvaijk commented 1 month ago

See below.

    "eslint-plugin-deprecation": "^2.0.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-eslint-plugin": "^5.5.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-jsdoc": "^47.0.2",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-unicorn": "^50.0.1",
danielvaijk commented 1 month ago

Also, look into https://www.npmjs.com/package/eslint-plugin-compat + browserlist, however it may not be so useful if we transpile down to a particular target (e.g., ES2018) and accept that as a blanket compatibility threshold.