From 85d8e3d61cc1aaa6dab278bd2c2062c4d6199346 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Sat, 13 Apr 2024 14:39:26 +0300 Subject: [PATCH] chore: update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9224738cc..d8c7e54ab 100644 --- a/readme.md +++ b/readme.md @@ -168,7 +168,7 @@ Yes. To do this, you need to enable autofix in ESLint when you save the file in ### Is it safety? -On the whole, yes. We are very careful to make sure that the work of the plugin does not negatively affect the work of the code. For example, the plugin takes into account spread operators in JSX and objects, comments to the code, exports with `*`. Safety is our priority. If you encounter any problem, you can create an [issue](https://github.com/azat-io/eslint-plugin-perfectionist/issues/new/choose). +On the whole, yes. We are very careful to make sure that the work of the plugin does not negatively affect the work of the code. For example, the plugin takes into account spread operators in JSX and objects, comments to the code. Safety is our priority. If you encounter any problem, you can create an [issue](https://github.com/azat-io/eslint-plugin-perfectionist/issues/new/choose). ### Why not Prettier?