aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* feat(eslint): Rule "handle-callback-err"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "no-buffer-constructor"Valentin Popov2020-02-141-0/+6
* feat(eslint): Rule "no-path-concat"Valentin Popov2020-02-141-0/+3
* feat(typescript): Rule "no-var-requires"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "curly"Valentin Popov2020-02-141-0/+4
* feat(eslint): Rule "comma-style"Valentin Popov2020-02-141-0/+7
* feat(eslint): Rule "no-undef-init"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "strict"Valentin Popov2020-02-141-0/+4
* feat(eslint): Rule "yoda"Valentin Popov2020-02-141-0/+8
* feat(eslint): Rule "no-with"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "no-useless-return"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "no-useless-call"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "no-duplicate-imports"Valentin Popov2020-02-141-0/+6
* feat(eslint): Rule "no-useless-computed-key"Valentin Popov2020-02-141-0/+6
* feat(typescript): Rule "no-useless-constructor"Valentin Popov2020-02-141-0/+6
* feat(eslint): Rule "no-useless-constructor"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "no-useless-rename"Valentin Popov2020-02-141-0/+8
* feat(eslint): Rule "no-var"Valentin Popov2020-02-141-0/+3
* feat(eslint): Rule "object-shorthand"Valentin Popov2020-02-141-0/+4
* feat(eslint): Rule "prefer-arrow-callback"Valentin Popov2020-02-141-0/+7
* feat(eslint): Rule "prefer-numeric-literals"Valentin Popov2020-02-141-0/+3