eslint-plugin-n 15.0.0 → 15.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -93,7 +93,7 @@ $ npm install --save-dev eslint eslint-plugin-n
93
93
  | Rule ID | Description | |
94
94
  |:--------|:------------|:--:|
95
95
  | [n/callback-return](./docs/rules/callback-return.md) | require `return` statements after callbacks | |
96
- | [n/exports-style](./docs/rules/exports-style.md) | enforce either `module.exports` or `exports` | |
96
+ | [n/exports-style](./docs/rules/exports-style.md) | enforce either `module.exports` or `exports` | ✒️ |
97
97
  | [n/file-extension-in-import](./docs/rules/file-extension-in-import.md) | enforce the style of file extensions in `import` declarations | ✒️ |
98
98
  | [n/global-require](./docs/rules/global-require.md) | require `require()` calls to be placed at top-level module scope | |
99
99
  | [n/no-mixed-requires](./docs/rules/no-mixed-requires.md) | disallow `require` calls to be mixed with regular variable declarations | |
@@ -167,7 +167,7 @@ Those preset config:
167
167
 
168
168
  ## 📰 Changelog
169
169
 
170
- - [GitHub Releases](https://github.com/weiran-zsd/eslint-plugin-n/releases)
170
+ - [GitHub Releases](https://github.com/weiran-zsd/eslint-plugin-node/releases)
171
171
 
172
172
  ## ❤️ Contributing
173
173