aboutsummaryrefslogtreecommitdiff
path: root/src/rules
Commit message (Expand)AuthorAgeFilesLines
...
* feat(eslint): Rule "multiline-comment-style'Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "no-multiple-empty-lines"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "no-undefined"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "no-underscore-dangle"Valentin Popov2020-02-131-0/+9
* feat(eslint): Rule "no-extra-semi"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "new-cap"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "no-ternary"Valentin Popov2020-02-131-0/+3
* 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(import): Rule "newline-after-import"Valentin Popov2020-02-131-0/+6
* feat(import): Rule "no-webpack-loader-syntax"Valentin Popov2020-02-131-0/+3
* feat(import): Rule "first"Valentin Popov2020-02-131-0/+3
* feat(import): Rule "exports-last"Valentin Popov2020-02-131-1/+5
* feat(import): Initial Import's config fileValentin Popov2020-02-131-0/+1
* 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-132-0/+2
* feat(eslint): Renamed the configuration fileValentin Popov2020-02-131-0/+0
* feat(eslint): Rule "id-length"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "keyword-spacing"Valentin Popov2020-02-131-0/+7
* feat(eslint): Rule "arrow-spacing"Valentin Popov2020-02-131-0/+7
* feat(eslint): Rule "space-before-blocks"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "linebreak-style"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "arrow-parens"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "no-unused-vars"Valentin Popov2020-02-131-0/+9
* fix(eslint): Rule "no-console"Valentin Popov2020-02-131-4/+1
* feat(eslint): Rule "object-curly-newline"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "space-before-function-paren"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "valid-typeof"Valentin Popov2020-02-131-0/+6
* feat(eslint): Rule "brace-style"Valentin Popov2020-02-131-0/+7
* feat(eslint): Rule "eqeqeq"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "no-eval"Valentin Popov2020-02-131-0/+6
* fix(eslint): Rule "no-alert"Valentin Popov2020-02-131-1/+1
* feat(eslint): Rule "no-debugger"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "no-console"Valentin Popov2020-02-131-0/+6
* feat(eslint): Rule "no-alert"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "key-spacing"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "no-multi-spaces"Valentin Popov2020-02-131-0/+7
* feat(eslint): Rule "sort-vars"Valentin Popov2020-02-131-0/+6
* feat(eslint): Rule "semi-style"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "semi-spacing"Valentin Popov2020-02-131-0/+7
* feat(eslint): Rule "semi"Valentin Popov2020-02-131-0/+7
* fix(eslint): Rule "sort-imports"Valentin Popov2020-02-131-1/+1
* feat(eslint): Rule "object-curly-spacing"Valentin Popov2020-02-131-0/+8
* feat(eslint): Rule "sort-imports"Valentin Popov2020-02-131-0/+14
* feat(eslint): Rule "comma-dangle"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "one-var"Valentin Popov2020-02-131-0/+4
* feat(eslint): Rule "quotes"Valentin Popov2020-02-131-0/+8