Skip to content

cuarti-old/tslint-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check rules

member-ordering

In react, render method must be last non-static method and then the rest of private methods that render something (returning JSX.Element type).

no-empty-interface

Need to use empty interface that extends from some interfaces or for one generic interface.

no-import-side-effect

no-inferrable-types

no-magic-numbers

no-non-null-assertion

no-unnecessary-type-assertion

no-var-requires

Need var-requires to import style or json without having declaration of module

only-arrow-functions

Some callbacks need access to this context

typedef

Specify examples for non using of variable-declaration, object-destructuring and array-destructuring

typedef-whitespace

Specify examples for non use

unified-signatures

Specify examples for use

await-promise

ban

curly

Need tests

forin

Need tests

import-blacklist

label-position

no-arg

no-bitwise

no-conditional-assignment

no-console

no-construct

Need tests

no-debugger

Need tests

no-duplicate-super

Need tests

no-duplicate-variable

Need tests

no-empty

Need tests

No-eval

Need tests

no-floating-promises

Need type checking

no-for-in-array

Need tests. Need type checking

no-inferred-empty-object-type

Need tests. Need type checking

no-invalid-template-strings

Need tests

no-invalid-this

Need tests

no-misused-new

no-null-keyword

Need tests

no-object-literal-type-assertion

Need tests

no-shadowed-variable

no-sparse-arrays

Need tests

no-string-literal

Need tests

no-string-throw

no-switch-case-fall-through

no-this-assignment

Need tests

no-unbound-method

Need tests. Need type checking

no-unsafe-any

Need tests. Need type checking

no-unsafe-finally

Need tests

no-unused-expression

Need tests

no-unused-variable

Need tests. Need type checking

no-use-before-declare

Need tests. Need type checking

no-var-keyword

Need tests

no-void-expression

Need tests. Need type checking

prefer-conditional-expression

Need tests

prefer-object-spread

Need tests

radix

Need tests

restrict-plus-operands

Need tests. Need type checking

strict-boolean-expressions

strict-type-predicates

Need tests. Need type checking

switch-default

Need tests

triple-equals

Need tests

typeof-compare

Need tests

use-default-type-parameter

use-isnan

Need tests

cyclomatic-complexity

deprecation

Need tests. Need type checking

eofline

Need tests

indent

Need tests

linebreak-style

Need tests

max-classes-per-file

max-file-line-count

max-line-length

Need tests

no-default-export

Need tests

no-mergeable-namespace

Need tests

no-require-imports

Need tests

object-literal-sort-keys

Need tests

prefer-const

Need tests

trailing-comma

Need tests

align

Need tests

array-type

Need tests

arrow-parens

Need tests

arrow-return-shorthand

Need tests

binary-expression-operand-order

Need tests

callable-types

class-name

Need tests

comment-format

Need tests

completed-docs

Need tests

encoding

Need tests

file-header

import-spacing

Need tests

interface-name

Need tests

interface-over-type-literal

Need tests

jsdoc-format

Need tests

match-default-export-name

Need tests. Need type checking

newline-before-return

Need tests

new-parens

Need tests

no-angle-bracket-type-assertion

Need tests

no-boolean-literal-compare

Need tests

no-consecutive-blank-lines

Need tests

About

Test of tslint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published