This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Description
Just copying the suggestion from this comment.
Feature request: i think the fix here is to actually copy the relevant (not TS-only) rules into a jsRules property to export.
Use case:
I'm trying to lint code with mixed ts and js files (it's not converted entirely yet to .ts). It'd be nice to run tslint on the entire codebase and have it apply the airbnb rules to both the .ts and .js files.