UNPKG

@tangany/eslint-config

Version:
10 lines (8 loc) 141 B
import TSESLint from "typescript-eslint"; export default TSESLint.config( { rules: { strict: ["error", "never"], }, }, );