Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Code quality #2

Open
17 tasks
afgallo opened this issue Nov 11, 2020 · 0 comments
Open
17 tasks

Code quality #2

afgallo opened this issue Nov 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@afgallo
Copy link
Owner

afgallo commented Nov 11, 2020

Our .eslintrc file disables some rules I'd like to keep:

    "comma-dangle": [0],
    "func-names": [0],
    "vars-on-top": [0],
    "max-len": [0],
    "no-param-reassign": [0],
    "no-shadow": [0],
    "object-shorthand": [0],
    "no-underscore-dangle": [0],
    "newline-per-chained-call": [0],
    "new-cap": [0],
    "no-else-return": [0],
    "consistent-return": [0],
    "prefer-rest-params": [0],
    "object-curly-newline": [ "error", { "multiline": true, "consistent": true } ],
    "prefer-destructuring": [0],
    "no-multi-assign": [0],
    "prefer-spread": [0]

Below is a list of tasks to track progress against the above items:

  • comma-dangle
  • func-names
  • vars-on-top
  • max-len
  • no-param-reassign
  • no-shadow
  • object-shorthand
  • no-underscore-dangle
  • newline-per-chained-call
  • new-cap
  • no-else-return
  • consistent-return
  • prefer-rest-params
  • object-curly-newline
  • prefer-destructuring
  • no-multi-assign
  • prefer-spread
@afgallo afgallo self-assigned this Nov 11, 2020
@afgallo afgallo added the enhancement New feature or request label Nov 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant