aboutsummaryrefslogtreecommitdiff
path: root/src/rules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Formed structure of the repositoryValentin Popov2020-02-132-369/+1
* feat(rules): Added the basic rules structureValentin Popov2020-02-122-0/+369