From 3f422bf3adb66576a0569f4cc7d9ef2307fd968d Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 6 Dec 2019 10:08:14 -0300 Subject: [PATCH] docs: formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d27542..854b6ab 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ module.exports = { You can pass [eslint options](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) using standard webpack [loader options](https://webpack.js.org/configuration/module/#useentry). -Note that the config option you provide will be passed to the `CLIEngine`. This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. See the [eslint docs](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) for more detail. +**Note**: That the config option you provide will be passed to the `CLIEngine`. This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. See the [eslint docs](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) for more detail. ### `cache`