aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat(eslint): no-process-envValentin Popov2020-02-191-0/+3
* feat(vue): no-unused-varsValentin Popov2020-02-191-0/+3
* feat(vue): object-curly-spacingValentin Popov2020-02-191-0/+8
* feat(eslint): jsx-quotesValentin Popov2020-02-191-6/+10
* feat(typescript): no-extra-semiValentin Popov2020-02-191-0/+6
* feat(typescript): space-before-function-parenValentin Popov2020-02-191-0/+11
* feat(unicorn): filename-caseValentin Popov2020-02-191-0/+7
* feat(unicron): prevent-abbreviationsValentin Popov2020-02-191-1/+17
* feat(comments): no-aggregating-enableValentin Popov2020-02-161-0/+3
* feat(comments): no-duplicate-disableValentin Popov2020-02-161-0/+3
* feat(comments): no-restricted-disableValentin Popov2020-02-161-0/+3
* feat(comments): no-unlimited-disableValentin Popov2020-02-161-0/+3
* feat(comments): no-unused-enableValentin Popov2020-02-161-0/+3
* feat(comments): no-unused-disableValentin Popov2020-02-161-0/+3
* feat(comments): no-useValentin Popov2020-02-161-0/+16
* feat(comments): disable-enable-pairValentin Popov2020-02-161-1/+8
* feat(typescript): no-misused-promisesValentin Popov2020-02-161-0/+7
* feat(eslint): no-param-reassignValentin Popov2020-02-161-0/+6
* feat(vue): space-infix-opsValentin Popov2020-02-141-0/+6
* feat(eslint): space-infix-opsValentin Popov2020-02-141-0/+6
* fix(typescript): indentValentin Popov2020-02-141-1/+1
* fix(eslint): indentValentin Popov2020-02-141-1/+1
* feat(eslint): no-whitespace-before-propertyValentin Popov2020-02-141-0/+3
* feat(eslint): no-trailing-spacesValentin Popov2020-02-141-0/+7
* fix(typescript): type-annotation-spacingValentin Popov2020-02-141-1/+13
* fix(typescript): Rule "type-annotation-spacing"Valentin Popov2020-02-141-5/+1
* fix(typescript): Rule "no-magic-numbers"Valentin Popov2020-02-141-0/+4
* fix(eslint): Rule "no-magic-numbers"Valentin Popov2020-02-141-0/+4
* fix(eslint): Rule "object-shorthand"Valentin Popov2020-02-141-1/+6
* fix(eslint): object-curly-newlineValentin Popov2020-02-141-1/+1
* feat(vue): Rule "max-attributes-per-line"Valentin Popov2020-02-141-0/+10
* feat(vue): Rule "html-self-closing"Valentin Popov2020-02-141-0/+12
* feat(vue): Rule "html-closing-bracket-spacing"Valentin Popov2020-02-141-0/+8
* feat(vue): Rule "html-closing-bracket-newline"Valentin Popov2020-02-141-0/+7
* feat(vue): Rule "attributes-order"Valentin Popov2020-02-141-0/+18
* feat(vue): Rule "html-quotes"Valentin Popov2020-02-141-0/+4
* feat(vue): Rule "html-indent"Valentin Popov2020-02-141-0/+10
* feat(vue): Rule "script-indent"Valentin Popov2020-02-141-1/+10
* fix(eslint): Rule "no-mixed-spaces-and-tabs"Valentin Popov2020-02-141-2/+1
* feat(vue): Initial Vue configValentin Popov2020-02-143-0/+40
* feat(project): Refactoring directoriesValentin Popov2020-02-147-6/+6
* feat(comments): Initial ESLint Comments pluginValentin Popov2020-02-142-0/+5
* feat(unicorn): Initial Unicorn pluginValentin Popov2020-02-142-0/+5
* feat(sonar): Initial SonarJS pluginValentin Popov2020-02-142-0/+5
* feat(security): Initial security pluginValentin Popov2020-02-142-1/+8
* feat(eslint): Rule "no-restricted-properties"Valentin Popov2020-02-141-0/+8
* feat(typescript): Rule "no-implied-eval"Valentin Popov2020-02-141-0/+6
* feat(typescript): Rule "no-use-before-define"Valentin Popov2020-02-141-0/+13
* feat(eslint): Rule "no-use-before-define"Valentin Popov2020-02-141-0/+8
* feat(eslint): Rule "callback-return"Valentin Popov2020-02-141-0/+3