Skip to content

Commit

Permalink
Fix capitalization in documentation description for enforce-package-t…
Browse files Browse the repository at this point in the history
…ype rule
  • Loading branch information
jimmyn committed Jan 10, 2025
1 parent 2673b1f commit 5043e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/enforce-package-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
meta: {
type: 'problem',
docs: {
description: 'enforce package.json type field to be either "module" or "commonjs"',
description: 'Enforce package.json type field to be either "module" or "commonjs"',
recommended: true,
url: 'https://github.com/MONEI/eslint-enforce-package-type/blob/main/docs/rules/enforce-package-type.md'
},
Expand Down

0 comments on commit 5043e68

Please sign in to comment.