UNPKG

@microsoft/eslint-plugin-sdl

Version:

ESLint plugin focused on common security issues and misconfigurations discoverable during static testing as part of Microsoft Security Development Lifecycle (SDL)

18 lines (15 loc) 304 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. "use strict"; module.exports = (pluginSdl) => { return [ { plugins: { "@microsoft/sdl": pluginSdl }, rules: { "@microsoft/sdl/no-electron-node-integration": "error" } } ]; };