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

@jetrockets/eslint-config-base

v0.1.1

Published

Base config file

Downloads

452

Readme

npm (scoped with tag)

JetRockets ESLint Standarts | Base 🚀

Esteemed Developers,

We extend our warmest welcome to the JetRockets Internal ESLint Config package. This meticulously curated npm package offers a standardized ESLint configuration tailored exclusively for internal employment within JetRockets. Our configuration is steadfastly committed to the pursuit of code excellence, adherence to optimal practices, and the establishment of unwavering consistency throughout our projects. ✨

Installation Instructions ⚙️

For the integration of our ESLint configuration into your esteemed projects, kindly proceed with installation via either npm or yarn:

npm install @jetrockets/eslint-config --save-dev

or

yarn add @jetrockets/eslint-config --dev

We cordially invite you to explore our presence on npm (https://www.npmjs.com/package/@jetrockets/eslint-config) as well.

Configuration Guidelines 🛠️

The implementation of JetRockets' ESLint configuration necessitates an extension within your project's .eslintrc.js or .eslintrc.json file:

{
  "extends": "@jetrockets/eslint-config"
}

Custom Alias Advancement 🛤️

To augment your code with custom aliases, we present the eslint-import-resolver-custom-alias package. To get started:

  1. Install the plugin:
npm install --dev eslint-import-resolver-custom-alias

or

yarn add --dev eslint-import-resolver-custom-alias
  1. Update your configuration to incorporate the aliases:
{
  "extends": "@jetrockets/eslint-config",
  "settings": {
    "import/resolver": {
      "eslint-import-resolver-custom-alias": {
        "alias": {
          "src": "./src"
        },
        "extensions": [".js", ".jsx"],
        "packages": [
          "packages/*"
        ]
      }
    }
  }
}

Noteworthy Features ✨

  • Our configuration boasts the inclusion of Standard ESLint (https://github.com/standard/standard) rules, thereby facilitating the adherence to a uniform coding style across all projects.

  • The Spell Plus (https://github.com/username/spell-plus) plugin has been seamlessly incorporated to verify the accuracy of spelling within comments and strings, thus contributing to a level of code documentation that is both lucid and professional. 📖✍️

  • Beyond the realm of JavaScript files, our configuration extends its support to encompass HTML and JSON formatters, thereby ensuring the unification of code quality across an array of file types. 🌈

Operational Advantages 🚀

Upon the embrace of our internal ESLint configuration, a myriad of advantages await:

  • Uniformity in Coding: Our rules serve as the compass guiding uniform coding style across diverse projects, fostering seamless collaboration amongst developers.

  • Quality Assurance: Our designated rules are engineered to detect common programming pitfalls, leading to a heightened standard of code quality and dependability.

  • Precision in Documentation: The Spell Plus plugin stands vigilant against spelling errors in comments and strings, culminating in code documentation of a professional and comprehensible nature. 📚✨

Collaborative Endeavors 🤝

The JetRockets team fervently welcomes contributions aimed at the enhancement and refinement of our internal ESLint configuration. Should you possess insights, encounter defects, or hold aspirations of introducing novel features, we extend an invitation to open issues or submit pull requests within our GitHub repository (https://github.com/jetrockets/eslint-config).

Legal Perimeter 📝

This endeavor is safeguarded by the MIT License (https://opensource.org/licenses/MIT).


Conceived with diligence by the JetRockets Collective. To glean further insights about us, please visit https