eslint-config-prettier-standard
eslint-config-prettier-standard copied to clipboard
An ESLint shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules.
`eslint-config-standard` 17 has been recently published. It replaced its `eslint-plugin-node` dependency with `eslint-plugin-n` (I guess because the former is not maintained)
There are newer configs and rules in [eslint-config-standard-react](https://github.com/standard/eslint-config-standard-react) and [eslint-config-standard-jsx](https://github.com/standard/eslint-config-standard-jsx) that I'd recommend looking into, especially for supporting the new JSX runtime. Alternatively, it may be easier to extend from...