summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* feat(eslint): Rule "quote-props"Valentin Popov2020-02-131-0/+9
* feat(eslint): Rule "sort-keys"Valentin Popov2020-02-131-0/+9
* feat(eslint): Rule "indent"Valentin Popov2020-02-131-0/+27
* feat{eslint}: Rule "valid-jsdoc"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "require-jsdoc"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "prefer-reflect"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "no-spaced-func"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "no-negated-in-lhs"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "no-native-reassign"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "no-catch-shadow"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "newline-before-return"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "newline-after-var"Valentin Popov2020-02-131-0/+3
* feat(eslint): Rule "lines-around-directive"Valentin Popov2020-02-131-0/+3
* Rule "indent-legacy"Valentin Popov2020-02-131-0/+3
* Rule "eol-last"Valentin Popov2020-02-131-0/+4
* Rule "no-tabs"Valentin Popov2020-02-131-1/+8