aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat(eslint): Rule "lines-around-comment"Valentin Popov2020-02-131-0/+17
* feat(eslint): Rule "max-len"Valentin Popov2020-02-131-0/+14
* feat(eslint): Rule "max-lines"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "lines-between-class-members"Valentin Popov2020-02-131-0/+7
* feat(eslint): Rule "camelcase"Valentin Popov2020-02-131-0/+11
* feat(eslint): Rule "max-statements"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "class-methods-use-this"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "comma-spacing"Valentin Popov2020-02-131-0/+7
* feat(typescript): Rule "strict-boolean-expressions"Valentin Popov2020-02-131-0/+8
* 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(config): Initial default rulesValentin Popov2020-02-132-6/+18
* 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-133-6/+11
* 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-133-0/+23
* feat(eslint): Renamed the configuration fileValentin Popov2020-02-132-2/+2
* feat(rollup): Initial the configuration fileValentin Popov2020-02-131-2/+2
* 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