npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

eslint-config-kvell-scripts

v1.0.1-alpha.9.3.1

Published

For complete docs of Kvell, visit [Kvell Docs](https://kvelljs.now.sh/)

Downloads

33

Readme

Eslint config for Kvell Scripts

For complete docs of Kvell, visit Kvell Docs

Currently supported rules:

To-do: List needs to be updated to be more detailed

  1. https://eslint.org/docs/rules/constructor-super
  2. https://eslint.org/docs/rules/for-direction
  3. https://eslint.org/docs/rules/getter-return
  4. https://eslint.org/docs/rules/no-async-promise-executor
  5. https://eslint.org/docs/rules/no-case-declarations
  6. https://eslint.org/docs/rules/no-class-assign
  7. https://eslint.org/docs/rules/no-compare-neg-zero
  8. https://eslint.org/docs/rules/no-cond-assign
  9. https://eslint.org/docs/rules/no-const-assign
  10. https://eslint.org/docs/rules/no-constant-condition
  11. https://eslint.org/docs/rules/no-control-regex
  12. https://eslint.org/docs/rules/no-debugger - [warning]
  13. https://eslint.org/docs/rules/no-delete-var
  14. https://eslint.org/docs/rules/no-dupe-args
  15. https://eslint.org/docs/rules/no-dupe-class-members
  16. https://eslint.org/docs/rules/no-dupe-keys
  17. https://eslint.org/docs/rules/no-duplicate-case
  18. https://eslint.org/docs/rules/no-empty - [warning]
  19. https://eslint.org/docs/rules/no-empty-character-class
  20. https://eslint.org/docs/rules/no-empty-pattern
  21. https://eslint.org/docs/rules/no-ex-assign
  22. https://eslint.org/docs/rules/no-extra-boolean-cast
  23. https://eslint.org/docs/rules/no-extra-semi - [warning]
  24. https://eslint.org/docs/rules/no-fallthrough - [warning]
  25. https://eslint.org/docs/rules/no-func-assign
  26. https://eslint.org/docs/rules/no-global-assign
  27. https://eslint.org/docs/rules/no-inner-declarations
  28. https://eslint.org/docs/rules/no-invalid-regexp
  29. https://eslint.org/docs/rules/no-irregular-whitespace
  30. https://eslint.org/docs/rules/no-misleading-character-class
  31. https://eslint.org/docs/rules/no-mixed-spaces-and-tabs
  32. https://eslint.org/docs/rules/no-new-symbol
  33. https://eslint.org/docs/rules/no-obj-calls
  34. https://eslint.org/docs/rules/no-octal
  35. https://eslint.org/docs/rules/no-prototype-builtins
  36. https://eslint.org/docs/rules/no-redeclare
  37. https://eslint.org/docs/rules/no-regex-spaces
  38. https://eslint.org/docs/rules/no-self-assign
  39. https://eslint.org/docs/rules/no-shadow-restricted-names
  40. https://eslint.org/docs/rules/no-sparse-arrays - [warning]
  41. https://eslint.org/docs/rules/no-this-before-super
  42. https://eslint.org/docs/rules/no-undef
  43. https://eslint.org/docs/rules/no-unexpected-multiline
  44. https://eslint.org/docs/rules/no-unreachable
  45. https://eslint.org/docs/rules/no-unsafe-finally
  46. https://eslint.org/docs/rules/no-unsafe-negation
  47. https://eslint.org/docs/rules/no-unused-labels
  48. https://eslint.org/docs/rules/no-unused-vars - [warning]
  49. https://eslint.org/docs/rules/no-useless-catch
  50. https://eslint.org/docs/rules/no-useless-escape
  51. https://eslint.org/docs/rules/no-with
  52. https://eslint.org/docs/rules/require-atomic-updates
  53. https://eslint.org/docs/rules/require-yield
  54. https://eslint.org/docs/rules/use-isnan
  55. https://eslint.org/docs/rules/valid-typeof
  56. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-deprecated-api.md
  57. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-exports-assign.md
  58. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-extraneous-import.md
  59. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-extraneous-require.md
  60. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-missing-import.md
  61. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-missing-require.md
  62. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-unpublished-bin.md
  63. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-unpublished-import.md
  64. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-unpublished-require.md
  65. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-unsupported-features/es-builtins.md
  66. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-unsupported-features/es-syntax.md
  67. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/no-unsupported-features/node-builtins.md
  68. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/process-exit-as-throw.md
  69. https://github.com/mysticatea/eslint-plugin-node/blob/v10.0.0/docs/rules/shebang.md