@jetrockets/eslint-config-base

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @jetrockets/eslint-config-base

Weekly Downloads

130

Version

0.1.1

License

ISC

Unpacked Size

12.9 kB

Total Files

6

Last publish

Collaborators

  • maksim_romanov