From 4bf9631f69a9a3ae17624b52e54acacd3f909ed2 Mon Sep 17 00:00:00 2001 From: sota suzuki <3.3sota.suzuki@gmail.com> Date: Sat, 29 Apr 2023 18:22:51 +0900 Subject: [PATCH] Improve documentation (#716) (#717) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c159089c..ab1b778f 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ It uses [ESLint](https://eslint.org) underneath, so issues regarding built-in ru - Enforces readable code, because you read more code than you write. - No need to specify file paths to lint as it lints all JS/TS files except for [commonly ignored paths](#ignores). - [Config overrides per files/globs.](#config-overrides) -- [TypeScript supported by default](#typescript) +- [TypeScript supported by default.](#typescript) - Includes many useful ESLint plugins, like [`unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn), [`import`](https://github.com/benmosher/eslint-plugin-import), [`ava`](https://github.com/avajs/eslint-plugin-ava), [`n`](https://github.com/eslint-community/eslint-plugin-n) and more. - Automatically enables rules based on the [`engines`](https://docs.npmjs.com/files/package.json#engines) field in your `package.json`. - Caches results between runs for much better performance. @@ -255,7 +255,7 @@ module.exports = { }; ``` -If contradicting options are set for both Prettier and XO an error will be thrown. +If contradicting options are set for both Prettier and XO, an error will be thrown. ### nodeVersion