Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(typescript): Initial TypeScript's config | Valentin Popov | 2020-02-13 | 2 | -0/+2 | |
* | feat(eslint): Renamed the configuration file | Valentin Popov | 2020-02-13 | 1 | -0/+0 | |
* | feat(eslint): Rule "id-length" | Valentin Popov | 2020-02-13 | 1 | -0/+8 | |
* | feat(eslint): Rule "keyword-spacing" | Valentin Popov | 2020-02-13 | 1 | -0/+7 | |
* | feat(eslint): Rule "arrow-spacing" | Valentin Popov | 2020-02-13 | 1 | -0/+7 | |
* | feat(eslint): Rule "space-before-blocks" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "linebreak-style" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "arrow-parens" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "no-unused-vars" | Valentin Popov | 2020-02-13 | 1 | -0/+9 | |
* | fix(eslint): Rule "no-console" | Valentin Popov | 2020-02-13 | 1 | -4/+1 | |
* | feat(eslint): Rule "object-curly-newline" | Valentin Popov | 2020-02-13 | 1 | -0/+8 | |
* | feat(eslint): Rule "space-before-function-paren" | Valentin Popov | 2020-02-13 | 1 | -0/+8 | |
* | feat(eslint): Rule "valid-typeof" | Valentin Popov | 2020-02-13 | 1 | -0/+6 | |
* | feat(eslint): Rule "brace-style" | Valentin Popov | 2020-02-13 | 1 | -0/+7 | |
* | feat(eslint): Rule "eqeqeq" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "no-eval" | Valentin Popov | 2020-02-13 | 1 | -0/+6 | |
* | fix(eslint): Rule "no-alert" | Valentin Popov | 2020-02-13 | 1 | -1/+1 | |
* | feat(eslint): Rule "no-debugger" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "no-console" | Valentin Popov | 2020-02-13 | 1 | -0/+6 | |
* | feat(eslint): Rule "no-alert" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "key-spacing" | Valentin Popov | 2020-02-13 | 1 | -0/+8 | |
* | feat(eslint): Rule "no-multi-spaces" | Valentin Popov | 2020-02-13 | 1 | -0/+7 | |
* | feat(eslint): Rule "sort-vars" | Valentin Popov | 2020-02-13 | 1 | -0/+6 | |
* | feat(eslint): Rule "semi-style" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "semi-spacing" | Valentin Popov | 2020-02-13 | 1 | -0/+7 | |
* | feat(eslint): Rule "semi" | Valentin Popov | 2020-02-13 | 1 | -0/+7 | |
* | fix(eslint): Rule "sort-imports" | Valentin Popov | 2020-02-13 | 1 | -1/+1 | |
* | feat(eslint): Rule "object-curly-spacing" | Valentin Popov | 2020-02-13 | 1 | -0/+8 | |
* | feat(eslint): Rule "sort-imports" | Valentin Popov | 2020-02-13 | 1 | -0/+14 | |
* | feat(eslint): Rule "comma-dangle" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "one-var" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | feat(eslint): Rule "quotes" | Valentin Popov | 2020-02-13 | 1 | -0/+8 | |
* | feat(eslint): Rule "quote-props" | Valentin Popov | 2020-02-13 | 1 | -0/+9 | |
* | feat(eslint): Rule "sort-keys" | Valentin Popov | 2020-02-13 | 1 | -0/+9 | |
* | feat(eslint): Rule "indent" | Valentin Popov | 2020-02-13 | 1 | -0/+27 | |
* | feat{eslint}: Rule "valid-jsdoc" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "require-jsdoc" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "prefer-reflect" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "no-spaced-func" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "no-negated-in-lhs" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "no-native-reassign" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "no-catch-shadow" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "newline-before-return" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "newline-after-var" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | feat(eslint): Rule "lines-around-directive" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | Rule "indent-legacy" | Valentin Popov | 2020-02-13 | 1 | -0/+3 | |
* | Rule "eol-last" | Valentin Popov | 2020-02-13 | 1 | -0/+4 | |
* | Rule "no-tabs" | Valentin Popov | 2020-02-13 | 1 | -1/+8 | |
* | Formed structure of the repository | Valentin Popov | 2020-02-13 | 2 | -369/+1 | |
* | feat(rules): Added the basic rules structure | Valentin Popov | 2020-02-12 | 2 | -0/+369 |