diff --git a/README.md b/README.md index e9553dfc..32f86899 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,11 @@ npm install eslint-plugin-eslint-plugin --save-dev Here's an example ESLint configuration that: -- Sets `sourceType` to `script` for CJS plugins (most users) (use `module` for ESM/TypeScript) - Enables the `recommended` configuration - Enables an optional/non-recommended rule +Note: you might need to set `sourceType` to `script` (most users) (use `module` for ESM/TypeScript). + ### **[.eslintrc.json](https://eslint.org/docs/latest/use/configure/configuration-files)** ```json