diff --git a/README.md b/README.md index 82fd2720..452bac93 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ ## Installation +Put this into your `.eslintrc` + +```json +{ + "extends": "@openstapps" +} +``` + Unfortunately, ESLint requires you to define plugins and configs your config depends on as `peerDependencies`, which means they have to be installed manually. @@ -17,7 +25,7 @@ Use the command npx install-peerdeps --dev @openstapps/eslint-config ``` -Add either the following to your `package.json`: +Or, alternatively, add the following to your `package.json`: ```json {