Socket
Socket
Sign inDemoInstall

@ziyadedher/eslint-config

Package Overview
Dependencies
337
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ziyadedher/eslint-config

🛠🚀 Ziyad's ESLint configuration for hypermodern web development (TypeScript + Next.js + TailwindCSS).


Version published
Weekly downloads
88
increased by83.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

eslint-config-ziyad

🛠🚀 Ziyad's ESLint configuration for hypermodern web development (TypeScript + Next.js + TailwindCSS).

This is part of a larger effort to streamline the process of very quickly spinning up high-quality webapp projects (mostly for myself). A link to more information will eventually land here.

Philosophy

I really like Black's concept of an uncompromising Python code formatter. There are three major tenants of the philosophy this configuration follows:

  1. Eliminate the need to think about the minutiae of code style.
  2. Provide a universal, easy-to-follow style guide for new projects.
  3. Encourage the use of well-build modern technologies.

Rules

Check out the .eslintrc.yaml for the most up-to-date view of what rules and plugins are enabled.

Notably, this config does not introduce any new rules. It just configures existing ones.

Versioning

This projects follows a modified semantic versioning scheme for major, minor, and patch releases.

  • Major: a technology change (addition or removal), or otherwise completely backwards-incompatible change.
  • Minor: a rule or dependency change that may be backwards-incompatible and does not have an automated fix.
  • Patch: a rule or dependency change that is either backwards-compatible or has an automated fix.

FAQs

Last updated on 07 May 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc