Skip to content

Commit d0e624c

Browse files
authored
Remove require-main rule (#50)
1 parent c6b22fb commit d0e624c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.1
4+
5+
- Fixed: `require-main` to be disabled.
6+
37
## 5.0.0
48

59
- Removed: Node.js less than 18.12.0 support.

lib/npm-package-json-lint-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
'require-funding': 'error',
1818
'require-keywords': 'error',
1919
'require-license': 'error',
20-
'require-main': 'error',
2120
'require-name': 'error',
2221
'require-repository': 'error',
2322
'require-scripts': 'error',

0 commit comments

Comments
 (0)