summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(typescript): Rule "strict-boolean-expressions"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "multiline-comment-style'Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "no-multiple-empty-lines"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "no-undefined"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "no-underscore-dangle"Valentin Popov2020-02-132-1/+10
* feat(eslint): Rule "no-extra-semi"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "new-cap"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "no-ternary"Valentin Popov2020-02-132-1/+4
* feat(typescript): Rule "no-explicit-any"Valentin Popov2020-02-132-1/+8
* feat(typescript): Rule "no-empty-interface"Valentin Popov2020-02-132-1/+7
* feat(typescript): Rule "interface-name-prefix"Valentin Popov2020-02-132-1/+8
* feat(config): Initial default rulesValentin Popov2020-02-133-8/+23
* feat(import): Rule "newline-after-import"Valentin Popov2020-02-132-1/+7
* feat(import): Rule "no-webpack-loader-syntax"Valentin Popov2020-02-132-1/+4
* feat(import): Remove "imports-first"Valentin Popov2020-02-131-1/+0
* feat(import): Rule "first"Valentin Popov2020-02-132-1/+4
* feat(import): Rule "exports-last"Valentin Popov2020-02-132-2/+6
* feat(import): Initial Import's config fileValentin Popov2020-02-136-9/+429
* feat(typescript): Rule "indent"Valentin Popov2020-02-132-1/+31
* feat(typescript): Rule "semi"Valentin Popov2020-02-132-1/+11
* feat(typescript): Rule "quotes"Valentin Popov2020-02-132-2/+14
* feat(typescript): Initial TypeScript's configValentin Popov2020-02-139-11/+717
* feat(eslint): Renamed the configuration fileValentin Popov2020-02-132-2/+2
* feat(rollup): Initial the configuration fileValentin Popov2020-02-133-3/+31
* feat(eslint): Rule "id-length"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "keyword-spacing"Valentin Popov2020-02-132-1/+8
* feat(eslint): Rule "arrow-spacing"Valentin Popov2020-02-132-1/+8
* feat(eslint): Rule "space-before-blocks"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "linebreak-style"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "arrow-parens"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "no-unused-vars"Valentin Popov2020-02-132-1/+10
* fix(eslint): Rule "no-console"Valentin Popov2020-02-131-4/+1
* feat(eslint): Rule "object-curly-newline"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "space-before-function-paren"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "valid-typeof"Valentin Popov2020-02-132-1/+7
* feat(eslint): Rule "brace-style"Valentin Popov2020-02-132-1/+8
* feat(eslint): Rule "eqeqeq"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "no-eval"Valentin Popov2020-02-132-1/+7
* fix(eslint): Rule "no-alert"Valentin Popov2020-02-131-1/+1
* feat(eslint): Rule "no-debugger"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "no-console"Valentin Popov2020-02-132-1/+7
* feat(eslint): Rule "no-alert"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "key-spacing"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "no-multi-spaces"Valentin Popov2020-02-132-1/+8
* feat(eslint): Rule "sort-vars"Valentin Popov2020-02-132-1/+7
* feat(eslint): Rule "semi-style"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "semi-spacing"Valentin Popov2020-02-132-1/+8
* feat(eslint): Rule "semi"Valentin Popov2020-02-132-1/+8
* fix(eslint): Rule "sort-imports"Valentin Popov2020-02-131-1/+1
* feat(eslint): Rule "object-curly-spacing"Valentin Popov2020-02-132-1/+9