We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sourceType
1 parent ba1217b commit 735b983Copy full SHA for 735b983
README.md
@@ -39,10 +39,11 @@ npm install eslint-plugin-eslint-plugin --save-dev
39
40
Here's an example ESLint configuration that:
41
42
-- Sets `sourceType` to `script` for CJS plugins (most users) (use `module` for ESM/TypeScript)
43
- Enables the `recommended` configuration
44
- Enables an optional/non-recommended rule
45
+Note: you might need to set `sourceType` to `script` (most users) (use `module` for ESM/TypeScript).
46
+
47
### <a name='eslintrc'></a>**[.eslintrc.json](https://eslint.org/docs/latest/use/configure/configuration-files)**
48
49
```json
0 commit comments