tslint-import-eslint-config
Import your ESLint config into TSLint.
The rule mappings between ESLint and TSLint are provided by tslint-eslint-rules. Thanks!
Setup
$ npm i -D tslint-import-eslint-config
Edit your tslint.js
const importESLintConfig = ; // import from ESLintmoduleexports = ; // override TSLint rulesObject;
Run with TSLint
$ tslint -c tslint.js *.ts
License
Licensed under the MIT license. Copyright (c) 2018, Teppei Sato