summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* feat(eslint): Rule "sort-imports"Valentin Popov2020-02-132-1/+15
* feat(eslint): Rule "comma-dangle"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "one-var"Valentin Popov2020-02-132-1/+5
* feat(eslint): Rule "quotes"Valentin Popov2020-02-132-1/+9
* feat(eslint): Rule "quote-props"Valentin Popov2020-02-132-1/+10
* feat(eslint): Rule "sort-keys"Valentin Popov2020-02-132-1/+10
* feat(eslint): Rule "indent"Valentin Popov2020-02-132-1/+28
* feat{eslint}: Rule "valid-jsdoc"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "require-jsdoc"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "prefer-reflect"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "no-spaced-func"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "no-negated-in-lhs"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "no-native-reassign"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "no-catch-shadow"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "newline-before-return"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "newline-after-var"Valentin Popov2020-02-132-1/+4
* feat(eslint): Rule "lines-around-directive"Valentin Popov2020-02-132-1/+4
* Rule "indent-legacy"Valentin Popov2020-02-132-1/+4
* Rule "eol-last"Valentin Popov2020-02-132-1/+5
* Rule "no-tabs"Valentin Popov2020-02-132-2/+9
* Added all the ESLint 's rulesValentin Popov2020-02-131-0/+282
* Formed structure of the repositoryValentin Popov2020-02-139-399/+506