New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zanix/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zanix/eslint-config

ZanixJS Eslint Config

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-76.47%
Maintainers
0
Weekly downloads
 
Created
Source

Zanix Framework ESLint Config

npm version License: MIT

Table of Contents

Introduction

Zanix Framework ESLint Config is a shareable ESLint configuration package designed for Zanix Framework projects. It provides a set of ESLint rules and configurations to ensure consistent code style and quality across Zanix Framework applications.

This package includes the following features:

  • Pre-configured ESLint rules optimized for Zanix Framework projects
  • Consistent code style guidelines for JavaScript and TypeScript
  • Support for popular plugins and extensions commonly used in Zanix Framework projects

Installation

To install the Zanix Framework ESLint Config package, use npm or yarn:

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

or

yarn add --dev @zanix/eslint-config

Usage

To use the Zanix Framework ESLint Config in your project, create an eslint.config.(js|cjs|mjs) file in the root directory of your project and extend the Zanix Framework ESLint Config:

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

You can customize the configuration by extending the base configuration and adding or overriding rules specific to your project.

For TypeScript projects, you can extend the TypeScript configuration:

{
  "extends": "@zanix"
}
  • prettier.js: Create a .prettierrc file in the root of your project with the following content to use the opinionated code formatting rules defined by Zanix Framework.
    "@zanix/eslint-config/prettier"
    

Support and Contributions

For more information on how to use the templates and get started with ZANIX configuration, please refer to the documentation or to the changelog.

Contributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue on the GitHub repository. Pull requests are also appreciated.

License

Zanix Framework ESLint Config is licensed under the MIT License.

Credits

Zanix Framework ESLint Config is maintained and sponsored by Zanix Framework.

Acknowledgements ✨

We would like to express our gratitude to the developers of ESLint and all the contributors who have made their plugins and configurations available. Their work has been instrumental in the development of this ESLint configuration.

FAQs

Package last updated on 25 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc