Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbredenberg committed Aug 24, 2023
1 parent 4c2467f commit 8221165
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 261 deletions.
13 changes: 13 additions & 0 deletions .lockfile-lint.shared.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
'use strict';

module.exports = {
type: 'npm',
validateHttps: true,
validateIntegrity: true,
allowedHosts: [ 'npm' ],
allowedSchemes: [
'https:',
'git+ssh:',
'git+https:',
],
};
15 changes: 15 additions & 0 deletions lockfilelint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
'use strict';

// const sharedConfig = require('./.lockfile-lint.shared.js');

module.exports = {

type: 'npm',
// validateHttps: true,
validateIntegrity: true,
allowedHosts: [ 'npm' ],
allowedSchemes: [
'http:',
],

};
Loading

0 comments on commit 8221165

Please sign in to comment.