You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Currently using using a tslint rules that extends tslint-config-airbnb. However, the rules does not seem to apply to JS files after setting "jsRules" property set to true. The documentation also did not specify whether this is the intended behaviour.
Feature request
Currently using using a tslint rules that extends
tslint-config-airbnb
. However, the rules does not seem to apply to JS files after setting"jsRules"
property set totrue
. The documentation also did not specify whether this is the intended behaviour.Example
tslint.json
file:The
prefer-const
rule need to be added explicitly:Any solution for the extended rules to also apply to JS files?
The text was updated successfully, but these errors were encountered: