sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
4.19k stars 361 forks source link

Add name to flat configs #2377

Closed voxpelli closed 3 months ago

voxpelli commented 3 months ago

See https://eslint.org/docs/latest/use/configure/configuration-files#configuration-naming-conventions and eg https://github.com/eslint-community/eslint-plugin-eslint-plugin/pull/459

Improves presentation in the config inspector: https://github.com/eslint/config-inspector

sindresorhus commented 3 months ago

Linting

voxpelli commented 3 months ago

The day when one can run linting on the code suggestions in GitHub: That day will be amazing 😎

fisker commented 3 months ago

The day when one can run linting on the code suggestions in GitHub: That day will be amazing 😎

https://autofix.ci/

voxpelli commented 3 months ago

The day when one can run linting on the code suggestions in GitHub: That day will be amazing 😎

https://autofix.ci/

That's neat, but I was thinking something more along the lines of lint-staged but for change requests made in the GitHub UI