UNPKG

eslint-config-ts-strict

Version:

Very strict ESLint config for projects using TypeScript, React and Prettier. ESLint v9 flat config only. Formatting rules disabled to prevent Prettier conflicts.

7 lines (6 loc) 112 B
export default { rules: { // babel inserts `'use strict';` for us strict: ["error", "never"], }, };