UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

16 lines (14 loc) 207 B
'use strict'; const path = require('path'); module.exports = { extends: path.join(__dirname, 'index.js'), rules: { '@typescript-eslint/indent': [ 'error', 2, { SwitchCase: 1 } ] } };