UNPKG

eslint-config-decent

Version:
7 lines (5 loc) 148 B
declare module 'eslint-plugin-security' { import { type Plugin } from '@eslint/config-helpers'; const value: Plugin; export default value; }