aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* feat(vue): Rule "html-closing-bracket-newline"Valentin Popov2020-02-142-1/+8
* feat(vue): Rule "attributes-order"Valentin Popov2020-02-142-1/+19
* feat(vue): Rule "html-quotes"Valentin Popov2020-02-142-1/+5
* feat(vue): Rule "html-indent"Valentin Popov2020-02-142-1/+11
* feat(vue): Rule "script-indent"Valentin Popov2020-02-142-2/+11
* feat(roadmap): Update fileValentin Popov2020-02-141-0/+99
* fix(eslint): Rule "no-mixed-spaces-and-tabs"Valentin Popov2020-02-141-2/+1
* feat(vue): Initial Vue configValentin Popov2020-02-147-4/+71
* feat(project): Refactoring directoriesValentin Popov2020-02-147-6/+6
* feat(comments): Initial ESLint Comments pluginValentin Popov2020-02-145-0/+31
* feat(unicorn): Initial Unicorn pluginValentin Popov2020-02-145-4/+268
* feat(sonar): Initial SonarJS pluginValentin Popov2020-02-145-1/+41
* feat(security): Initial security pluginValentin Popov2020-02-145-7/+51
* feat(eslint): Rule "no-restricted-properties"Valentin Popov2020-02-142-1/+9
* feat(typescript): Rule "no-implied-eval"Valentin Popov2020-02-142-1/+7
* feat(typescript): Rule "no-use-before-define"Valentin Popov2020-02-142-1/+14
* feat(eslint): Rule "no-use-before-define"Valentin Popov2020-02-142-1/+9
* feat(eslint): Rule "callback-return"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "handle-callback-err"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-buffer-constructor"Valentin Popov2020-02-142-2/+8
* feat(eslint): Rule "no-path-concat"Valentin Popov2020-02-142-1/+4
* feat(typescript): Rule "no-var-requires"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "curly"Valentin Popov2020-02-142-1/+5
* feat(eslint): Rule "comma-style"Valentin Popov2020-02-142-1/+8
* feat(eslint): Rule "no-undef-init"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "strict"Valentin Popov2020-02-142-1/+5
* feat(eslint): Rule "yoda"Valentin Popov2020-02-142-1/+9
* feat(eslint): Rule "no-with"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-useless-return"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-useless-call"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-duplicate-imports"Valentin Popov2020-02-142-1/+7
* feat(eslint): Rule "no-useless-computed-key"Valentin Popov2020-02-142-1/+7
* feat(typescript): Rule "no-useless-constructor"Valentin Popov2020-02-142-1/+7
* feat(eslint): Rule "no-useless-constructor"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-useless-rename"Valentin Popov2020-02-142-1/+9
* feat(eslint): Rule "no-var"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "object-shorthand"Valentin Popov2020-02-142-1/+5
* feat(eslint): Rule "prefer-arrow-callback"Valentin Popov2020-02-142-1/+8
* feat(eslint): Rule "prefer-numeric-literals"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "prefer-template"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "prefer-spread"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "prefer-rest-params"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "prefer-object-spread"Valentin Popov2020-02-142-1/+4
* feat(typesscript): Rule "no-unused-vars-experimental"Valentin Popov2020-02-142-1/+4
* feat(typescript): Rule "no-unused-vars"Valentin Popov2020-02-142-1/+13
* feat(eslint): Rule "prefer-const"Valentin Popov2020-02-142-1/+8
* feat(eslint): Rule "no-unmodified-loop-condition"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-sequences"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-self-compare"Valentin Popov2020-02-142-1/+4
* feat(eslint): Rule "no-script-url"Valentin Popov2020-02-142-1/+4