That is a bit strange, IDEA should be able to automatically detect TSLint
settings.

Please make sure that the following option is enabled in IDEA settings:
Preferences | Languages & Frameworks | TypeScript | TSLint -> Automatic
TSLint configuration

Regarding the semicolons usage - it is up to us, we can configure TSLint to
whatever we agree on.
My personal preference is not to use them.

BTW, here is the list of all TSLint rules:
https://palantir.github.io/tslint/rules/

Regards,
Sergey

On Mon, Mar 9, 2020 at 12:16 AM Aaron Radzinski <aradzin...@datalingvo.com>
wrote:

> Sergey - those semi-colons were complaining from IDEA on TypeScript files.
> What's the proper syntax/convention on that?
> --
> Aaron Radzinski
>
>
>
> On Sun, Mar 8, 2020 at 11:57 AM Sergey Makov <sma...@apache.org> wrote:
>
> > I checked 'incubator-nlpcraft-ui', it looks good.
> > There was a minor issue with TSLint (unnecessary semicolons added during
> > migration),
> > for now I reverted those lines back to their original state .
> >
> > Please let me know if we should adjust TSLint settings
> > (incubator-nlpcraft-ui/tslint.json)
> > according to our code style.
> >
> > Regards,
> > Sergey
> >
>

Reply via email to