Closed tobius closed 3 years ago
Refactor codebase to modern (Airbnb) standards (project source code is nearly two years old)
*.swp
^12.22.3
^2.1.3
^3.7.2
^2.2.0
^8.0.0
^2.4.1
^4.17.21
^0.26.2
^0.27.0
^1.5.1
^7.30.0
^2.3.3
^9.0.2
^0.1.3
^1.2.1
brace-style
no-else-return
no-plusplus
no-redeclare
object-shorthand
padded-blocks
prefer-destructuring
block-scoped-var
no-extra-parens
space-after-keywords
space-return-throw-case
no-undef
eqeqeq
semi
prefer-template
operator-linebreak
comma-dangle
vars-on-top
func-names
prefer-arrow-callback
space-before-function-paren
no-var
indent
^1.4.0
^1.4.1
npm run dev
npm run test && npm run lint
Looks great. Thanks!
Refactor codebase
Changes
*.swp
files)^12.22.3
^2.1.3
to^3.7.2
^2.2.0
to^8.0.0
^2.4.1
to^4.17.21
^0.26.2
to^0.27.0
^1.5.1
to^7.30.0
^2.3.3
to^9.0.2
^0.1.3
to^1.2.1
brace-style
no-else-return
no-plusplus
no-redeclare
object-shorthand
padded-blocks
prefer-destructuring
block-scoped-var
no-extra-parens
space-after-keywords
space-return-throw-case
no-undef
eqeqeq
semi
prefer-template
operator-linebreak
comma-dangle
vars-on-top
func-names
prefer-arrow-callback
space-before-function-paren
no-var
indent
^1.4.0
to^1.4.1
Semantics
Categories
Validation Steps
npm run dev
(runsnpm run test && npm run lint
on change)