UNPKG

lavamoat

Version:

`lavamoat` is a NodeJS runtime where modules are defined in [SES][SesGithub] Compartments. It aims to reduce the risk of malicious code in the app dependency graph, known as "software supply chain attacks".

17 lines (15 loc) 257 B
// @ts-check /** * @type {import('eslint').Linter.Config} */ module.exports = { overrides: [ { files: ['./test/**/*.js'], rules: { 'n/no-missing-require': 'off', }, }, ], ignorePatterns: ['/test/projects/**/*'], }