-
Notifications
You must be signed in to change notification settings - Fork 283
Custom entity.mst so to achieve general preferences and avoid double quotes #126
Comments
For now customizing Right now I can think of two temporary solutions:
|
@lixaotec while it is volatile (since a fresh |
Dear fellows, I´ve been dealing the way you told and I did progress. *thank you for that However I´ve been challenging with tslint rules. I´m using a configuration that entity.mst is not preperaed. So I´m changing it all. I don´t know if it is a good pratice to follow these tslint rules, but I´m trying to. I´m sharing here th tslint if you wish to follow, also i´ll share entity.mst after I got it working if you wish.
|
I forgot to say that also the unused imports becomes a pain. How should I work araund? Thanks |
Assuming you are implementing the You can view the specifics at https://palantir.github.io/tslint/rules/no-unused-variable/ but since it is flagged as |
Hello there.
First of all, congratulations for the tool, it helps alot.
It would be nice to have a way to custom entity.mst file so I can change some preferred formatting without fork the tool.
The main issue that leads me here to ask is because my project is rules by standard npm and it requires single quotes instead of double (that is used in entity.mst).
Does it make sense? I am not very experienced on node so forgive me in advance if I missed something.
Thanks.
The text was updated successfully, but these errors were encountered: