@ioffice/tslint-config-ioffice
Advanced tools
Changelog
[0.6.1] - November 20, 2018
Sections
Changelog
[0.6.0] - November 14, 2018
Sections
as Type
syntax.Changelog
[0.5.0] - June 26, 2018
Sections
no-multi-spaces
rule to avoid adding more than one unnecessary space.Changelog
[0.4.1] - May 18, 2018
io-export-style
rule false reporting inside namespaces or declared modules.Changelog
[0.4.0] - May 7, 2018
Changelog
[0.2.0] - April 27, 2018
tsconfig.core.json
. This should provide a configuration related to errors in the code.
Other configurations may use it by extending from
./node_modules/@ioffice/tslint-config-ioffice/tsconfig.core.json
.semicolon
no-interrable-types
Changelog
[0.1.0] - April 26, 2018
io-export-style
: This rule is very specific to iOffice and does not have any options. This rule
is meant to disallow the use of multiple export
keywords and to disallow the user of default
exports.