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?