UNPKG

eslint-config-xo-typescript

Version:

ESLint shareable config for TypeScript to be used with eslint-config-xo

17 lines (15 loc) 190 B
import eslintConfigXo from './index.js'; export default [ ...eslintConfigXo, { rules: { '@stylistic/indent': [ 'error', 2, { SwitchCase: 1, }, ], }, }, ];