0.15.0 • Published 4 years ago

@theia/tslint v0.15.0

Weekly downloads
1,197
License
EPL-2.0 OR GPL-2....
Repository
github
Last release
4 years ago

Theia - TSLint Extension

See here for a detailed documentation.

Configuring the tslint-server-plugin

You can define settings for the tslint-language-service plugin in the tsconfig.json file. The available settings are documented here:

{
    "compilerOptions": {
        "plugins": [
            {
                "name": "tslint-language-service",
                "alwaysShowRuleFailuresAsWarnings": false,
                "ignoreDefinitionFiles": true
                //"configFile": "../tslint.json",
                //"disableNoUnusedVariableRule": false
            }
        ],
    }
}

Using a different version of tslint than the version that is bundled with the extension

The extension comes with a particular version of tslint. If you want to use a different version then you have to install the tslint-languageservice package and tslint as a peer to the TypeScript version you want to use. The modules folder should have the following layout:

  • node_modules
    • typescript
    • tslint
    • tslint-language-service

License

0.15.0

4 years ago

0.14.0

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

6 years ago