From e5be2491f5188aacd9fbab23ca0f5285435c82a1 Mon Sep 17 00:00:00 2001 From: Ilya Azin Date: Sat, 5 Dec 2020 20:47:49 +0300 Subject: [PATCH] docs(readme): enhance #40 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84ed9fd..80fa938 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ npm install eslint-plugin-actool -g # or install globally * Add `eslint-plugin-actool` to the `plugins` option of your `.eslintrc`: -```json +```js { "plugins": ["actool"] } @@ -56,7 +56,7 @@ $ npm install eslint-plugin-actool -g # or install globally * **(WIP)** Add `plugin:actool/recommended` to the `extends` option to enable all recommended rules: -```json +```js { "extends": ["plugin:actool/recommended"] }