Skip to content

Commit

Permalink
fix: Disable requiring engines field. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden authored Aug 19, 2021
1 parent 0c5dcd0 commit 8a0c7ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require-description": "error",
"require-devDependencies": "error",
"require-directories": "off",
"require-engines": "error",
"require-engines": "off",
"require-files": "off",
"require-funding": "off",
"require-homepage": "off",
Expand Down Expand Up @@ -127,7 +127,6 @@
"types",
"type",
"bin",
"engines",
"dependencies",
"devDependencies",
"peerDependencies",
Expand All @@ -139,7 +138,7 @@
]],
"no-duplicate-properties": "error",

"prefer-no-engineStrict": "error",
"prefer-no-engineStrict": "off",
"prefer-no-dependencies": "off",
"prefer-no-devDependencies": "off",
"prefer-no-optionalDependencies": "error",
Expand Down

0 comments on commit 8a0c7ee

Please sign in to comment.