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 Sep 6, 2021. It is now read-only.
I noticed #4, but I am having issues getting the plugin to work with Typescript 3. The rules seem to be loaded just fine, but they never actually execute.
Steps to reproduce:
Generate new project with typescript3.0.3 and tslint5.11.0. Write a file that blatantly goes against one of the rules in tslint-config-security. Make sure tslint.json extends tslint-config-security.
Clone tslint-config-security in an adjacent directory
npm install in tslint-config-security
npm link in tslint-config-security
npm link tslint-config-security in your project
Run tslint. Notice no errors are present (or at least, none from tslint-config-security)
Go into the local clone of tslint-config-security, change the typescript version to 3.1.2
npm install in tslint-config-security
Run tslint. Notice it now shows errors from tslint-config-security
This might also be an issue with tslint or with typescript. I haven't had an opportunity to dig much further into it.
The text was updated successfully, but these errors were encountered:
Hi,
I noticed #4, but I am having issues getting the plugin to work with Typescript 3. The rules seem to be loaded just fine, but they never actually execute.
Steps to reproduce:
typescript
3.0.3
andtslint
5.11.0
. Write a file that blatantly goes against one of the rules intslint-config-security
. Make suretslint.json
extendstslint-config-security
.tslint-config-security
in an adjacent directorynpm install
intslint-config-security
npm link
intslint-config-security
npm link tslint-config-security
in your projecttslint
. Notice no errors are present (or at least, none fromtslint-config-security
)tslint-config-security
, change thetypescript
version to3.1.2
npm install
intslint-config-security
tslint
. Notice it now shows errors fromtslint-config-security
This might also be an issue with
tslint
or withtypescript
. I haven't had an opportunity to dig much further into it.The text was updated successfully, but these errors were encountered: