pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

Expand ESLint

Open gnikonorov opened this issue 5 years ago • 0 comments
trafficstars

ESLint was introduced in https://github.com/pytest-dev/pytest-html/pull/367

This first pass included almost all relevant ESLint sections except for the following:

  • https://eslint.org/docs/rules/#stylistic-issues
  • https://eslint.org/docs/rules/#ecmascript-6

The following three rules were also skipped, since they involved making broad changes across the JS code. It would be better to submit them as separate PRs:

  • https://eslint.org/docs/rules/no-use-before-define
  • https://eslint.org/docs/rules/#strict-mode
  • ~https://eslint.org/docs/rules/camelcase - PR open in https://github.com/pytest-dev/pytest-html/pull/410~ - Done

I'll be adding all of the above, one PR per bullet point when I find the time to.

gnikonorov avatar Nov 13 '20 03:11 gnikonorov