aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript/default.json
Commit message (Expand)AuthorAgeFilesLines
* fix(typescript): type-annotation-spacingValentin Popov2020-04-011-5/+5
* fix(typescript): no-explicit-anyValentin Popov2020-03-261-1/+1
* Updated TypeScript to v2.25.0Valentin Popov2020-03-261-1/+53
* fix(typescript): no-untyped-public-signatureValentin Popov2020-02-201-1/+1
* feat(typescript): no-type-aliasValentin Popov2020-02-191-0/+12
* feat(typescript): explicit-member-accessibilityValentin Popov2020-02-191-0/+13
* feat(typescript): explicit-function-return-typeValentin Popov2020-02-191-0/+8
* feat(typescript): comma-spacingValentin Popov2020-02-191-0/+10
* fix(typescript): no-magic-numbersValentin Popov2020-02-191-16/+1
* feat(typescript): no-extra-semiValentin Popov2020-02-191-0/+6
* feat(typescript): space-before-function-parenValentin Popov2020-02-191-0/+11
* feat(typescript): no-misused-promisesValentin Popov2020-02-161-0/+7
* fix(typescript): indentValentin Popov2020-02-141-1/+1
* fix(typescript): type-annotation-spacingValentin Popov2020-02-141-1/+13
* fix(typescript): Rule "type-annotation-spacing"Valentin Popov2020-02-141-5/+1
* fix(typescript): Rule "no-magic-numbers"Valentin Popov2020-02-141-0/+4
* feat(typescript): Rule "no-implied-eval"Valentin Popov2020-02-141-0/+6
* feat(typescript): Rule "no-use-before-define"Valentin Popov2020-02-141-0/+13
* feat(typescript): Rule "no-var-requires"Valentin Popov2020-02-141-0/+3
* feat(typescript): Rule "no-useless-constructor"Valentin Popov2020-02-141-0/+6
* feat(typesscript): Rule "no-unused-vars-experimental"Valentin Popov2020-02-141-0/+3
* feat(typescript): Rule "no-unused-vars"Valentin Popov2020-02-141-0/+12
* feat(typescript): Rule "await-thenable"Valentin Popov2020-02-131-0/+3
* feat(typescript): Rule "typedef"Valentin Popov2020-02-131-0/+12
* feat(typescript): Rule "type-annotation-spacing"Valentin Popov2020-02-131-0/+7
* feat(typescript): Rule "no-untyped-public-signature"Valentin Popov2020-02-131-0/+8
* feat(typescript): Rule "no-namespace"Valentin Popov2020-02-131-0/+7
* feat(typescript): Rule "no-inferrable-types"Valentin Popov2020-02-131-0/+3
* feat(typescript): Rule "no-magic-numbers"Valentin Popov2020-02-131-0/+14
* feat(typescript): Rule "require-await"Valentin Popov2020-02-131-0/+6
* feat(typescript): Rule "strict-boolean-expressions"Valentin Popov2020-02-131-0/+8
* feat(typescript): Rule "no-explicit-any"Valentin Popov2020-02-131-0/+7
* feat(typescript): Rule "no-empty-interface"Valentin Popov2020-02-131-0/+6
* feat(typescript): Rule "interface-name-prefix"Valentin Popov2020-02-131-0/+7
* feat(typescript): Rule "indent"Valentin Popov2020-02-131-0/+30
* feat(typescript): Rule "semi"Valentin Popov2020-02-131-0/+10
* feat(typescript): Rule "quotes"Valentin Popov2020-02-131-1/+13
* feat(typescript): Initial TypeScript's configValentin Popov2020-02-131-0/+1