Skip to content

fix eslint CI#167

Open
NovemLinguae wants to merge 1 commit intoGeneralNotability:developfrom
NovemLinguae:fix-eslint-ci
Open

fix eslint CI#167
NovemLinguae wants to merge 1 commit intoGeneralNotability:developfrom
NovemLinguae:fix-eslint-ci

Conversation

@NovemLinguae
Copy link
Copy Markdown

  • npm update so that npm test works locally
  • apply eslint autofixes
  • apply some manual fixes and eslint-ignore-next-lines to resolve remaining errors:
    • remove const checkuserRegex = ... and const results = .... appears to be dead code
    • rename const socklist to const $socklist
    • add // eslint-disable-next-line no-jquery/no-sizzle. too hard to refactor

- `npm update` so that `npm test` works locally
- apply eslint autofixes
- apply some manual fixes and eslint-ignore-next-lines to resolve remaining errors:
    - remove `const checkuserRegex = ...` and `const results = ...`. appears to be dead code
    - rename ` const socklist` to `const $socklist`
    - add `// eslint-disable-next-line no-jquery/no-sizzle`. too hard to refactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant