UNPKG

@storm-software/eslint

Version:

⚡ A package containing the base ESLint configuration used by Storm Software across many projects.

7 lines (4 loc) 220 B
import { ESLint } from 'eslint'; type MessageIds = "missingBanner" | "incorrectComment" | "incorrectBanner" | "noNewlineAfterBanner"; declare const plugin: ESLint.Plugin; export { type MessageIds, plugin as default };