Skip to content

Commit

Permalink
fail validation unless MIT license specified
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekNonGeneric committed Aug 2, 2022
1 parent 07c9e76 commit d09a487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/npm-package-json-lint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
rules: {
'prefer-property-order': ['error', pjsonKeyOrder],
'scripts-type': 'error',
'valid-values-license': ['error', ['0BSD']],
'valid-values-license': ['error', ['MIT']],
},
};

0 comments on commit d09a487

Please sign in to comment.