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)

9 lines (5 loc) 222 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. "use strict"; const pluginMicrosoftSdl = require("@microsoft/eslint-plugin-sdl"); module.exports = [...pluginMicrosoftSdl.configs.recommended];