Skip to content

Commit

Permalink
Remove duplicates already in config we extend
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Oct 29, 2019
1 parent 0fe8ff7 commit 8d55666
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions npmpackagejsonlint.config.js
Expand Up @@ -4,15 +4,10 @@ module.exports = {
rules: {
'prefer-no-devDependencies': 'error',
'prefer-property-order': 'off',
'require-author': 'error',
'require-bugs': 'off',
'require-homepage': 'off',
'require-keywords': 'off',
'require-license': 'error',
'require-name': 'error',
'require-version': 'error',
'valid-values-author': [ 'error', [ 'Automattic Inc.' ] ],
'valid-values-license': [ 'error', [ 'GPL-2.0-or-later' ] ],
'valid-values-name-scope': [ 'error', [ '@automattic' ] ],
},
overrides: [
Expand Down

0 comments on commit 8d55666

Please sign in to comment.