index
:
eslint-config.git
dependabot/npm_and_yarn/ajv-6.12.6
dependabot/npm_and_yarn/glob-parent-5.1.2
dependabot/npm_and_yarn/hosted-git-info-2.8.9
dependabot/npm_and_yarn/lodash-4.17.21
dependabot/npm_and_yarn/path-parse-1.0.7
dependabot/npm_and_yarn/terser-4.8.1
develop
master
Personal ESLint configuration.
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rules
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(typescript): no-type-alias
Valentin Popov
2020-02-19
1
-0
/
+12
*
feat(typescript): explicit-member-accessibility
Valentin Popov
2020-02-19
1
-0
/
+13
*
feat(typescript): explicit-function-return-type
Valentin Popov
2020-02-19
1
-0
/
+8
*
feat(typescript): comma-spacing
Valentin Popov
2020-02-19
1
-0
/
+10
*
feat(eslint): max-statements-per-line
Valentin Popov
2020-02-19
1
-0
/
+6
*
feat(unicorn): no-console-spaces
Valentin Popov
2020-02-19
1
-0
/
+3
*
fix(typescript): no-magic-numbers
Valentin Popov
2020-02-19
1
-16
/
+1
*
fix(eslint): no-magic-numbers
Valentin Popov
2020-02-19
1
-10
/
+1
*
feat(eslint): no-process-env
Valentin Popov
2020-02-19
1
-0
/
+3
*
feat(vue): no-unused-vars
Valentin Popov
2020-02-19
1
-0
/
+3
*
feat(vue): object-curly-spacing
Valentin Popov
2020-02-19
1
-0
/
+8
*
feat(eslint): jsx-quotes
Valentin Popov
2020-02-19
1
-6
/
+10
*
feat(typescript): no-extra-semi
Valentin Popov
2020-02-19
1
-0
/
+6
*
feat(typescript): space-before-function-paren
Valentin Popov
2020-02-19
1
-0
/
+11
*
feat(unicorn): filename-case
Valentin Popov
2020-02-19
1
-0
/
+7
*
feat(unicron): prevent-abbreviations
Valentin Popov
2020-02-19
1
-1
/
+17
*
feat(comments): no-aggregating-enable
Valentin Popov
2020-02-16
1
-0
/
+3
*
feat(comments): no-duplicate-disable
Valentin Popov
2020-02-16
1
-0
/
+3
*
feat(comments): no-restricted-disable
Valentin Popov
2020-02-16
1
-0
/
+3
*
feat(comments): no-unlimited-disable
Valentin Popov
2020-02-16
1
-0
/
+3
*
feat(comments): no-unused-enable
Valentin Popov
2020-02-16
1
-0
/
+3
*
feat(comments): no-unused-disable
Valentin Popov
2020-02-16
1
-0
/
+3
*
feat(comments): no-use
Valentin Popov
2020-02-16
1
-0
/
+16
*
feat(comments): disable-enable-pair
Valentin Popov
2020-02-16
1
-1
/
+8
*
feat(typescript): no-misused-promises
Valentin Popov
2020-02-16
1
-0
/
+7
*
feat(eslint): no-param-reassign
Valentin Popov
2020-02-16
1
-0
/
+6
*
feat(vue): space-infix-ops
Valentin Popov
2020-02-14
1
-0
/
+6
*
feat(eslint): space-infix-ops
Valentin Popov
2020-02-14
1
-0
/
+6
*
fix(typescript): indent
Valentin Popov
2020-02-14
1
-1
/
+1
*
fix(eslint): indent
Valentin Popov
2020-02-14
1
-1
/
+1
*
feat(eslint): no-whitespace-before-property
Valentin Popov
2020-02-14
1
-0
/
+3
*
feat(eslint): no-trailing-spaces
Valentin Popov
2020-02-14
1
-0
/
+7
*
fix(typescript): type-annotation-spacing
Valentin Popov
2020-02-14
1
-1
/
+13
*
fix(typescript): Rule "type-annotation-spacing"
Valentin Popov
2020-02-14
1
-5
/
+1
*
fix(typescript): Rule "no-magic-numbers"
Valentin Popov
2020-02-14
1
-0
/
+4
*
fix(eslint): Rule "no-magic-numbers"
Valentin Popov
2020-02-14
1
-0
/
+4
*
fix(eslint): Rule "object-shorthand"
Valentin Popov
2020-02-14
1
-1
/
+6
*
fix(eslint): object-curly-newline
Valentin Popov
2020-02-14
1
-1
/
+1
*
feat(vue): Rule "max-attributes-per-line"
Valentin Popov
2020-02-14
1
-0
/
+10
*
feat(vue): Rule "html-self-closing"
Valentin Popov
2020-02-14
1
-0
/
+12
*
feat(vue): Rule "html-closing-bracket-spacing"
Valentin Popov
2020-02-14
1
-0
/
+8
*
feat(vue): Rule "html-closing-bracket-newline"
Valentin Popov
2020-02-14
1
-0
/
+7
*
feat(vue): Rule "attributes-order"
Valentin Popov
2020-02-14
1
-0
/
+18
*
feat(vue): Rule "html-quotes"
Valentin Popov
2020-02-14
1
-0
/
+4
*
feat(vue): Rule "html-indent"
Valentin Popov
2020-02-14
1
-0
/
+10
*
feat(vue): Rule "script-indent"
Valentin Popov
2020-02-14
1
-1
/
+10
*
fix(eslint): Rule "no-mixed-spaces-and-tabs"
Valentin Popov
2020-02-14
1
-2
/
+1
*
feat(vue): Initial Vue config
Valentin Popov
2020-02-14
1
-0
/
+1
*
feat(project): Refactoring directories
Valentin Popov
2020-02-14
6
-0
/
+0
*
feat(comments): Initial ESLint Comments plugin
Valentin Popov
2020-02-14
1
-0
/
+1
[next]