From 2971fd7cda221bdc477746a9427a2f11600fb46f Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Mon, 8 Jul 2024 00:21:39 +0700 Subject: [PATCH] add ESLint Stylistic --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2071962..7942366 100644 --- a/readme.md +++ b/readme.md @@ -241,6 +241,7 @@ If you want to contribute, please read the [contribution guidelines](contributin ### Style +- [ESLint Stylistic](https://eslint.style/) - [Formatting and stylistic ESLint core rules moved to this project and are maintained by the community.](https://eslint.org/blog/2023/10/deprecating-formatting-rules/) - [const case](https://www.npmjs.com/package/eslint-plugin-const-case) - Enforce capitalization of constant primitive literals. - [editorconfig](https://github.com/platinumazure/eslint-plugin-editorconfig) - Derive rules from [`.editorconfig`](https://editorconfig.org/). - [filenames](https://github.com/selaux/eslint-plugin-filenames) - Ensure consistent filenames for your JavaScript files. No longer maintained and does not work with ESlint 9 at all.