Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wondermarin/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wondermarin/eslint-config

Personal ESLint config.

  • 2.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@wondermarin/eslint-config

Personal ESLint config.

[!IMPORTANT] This package is strictly for personal use. If anyone wants to use it in their projects, please pay attention to the specific versioning policy.

Installation

pnpm add -D @wondermarin/eslint-config

Usage

eslint.config.js

import wondermarin from "@wondermarin/eslint-config";

export default wondermarin({
  /**
   * ESLint config.
   * @default true
   */
  javascript: true,

  /**
   * `@typescript-eslint/eslint-plugin` config.
   * @default false
   */
  typescript: false,

  /**
   * `eslint-plugin-prettier`, `@stylistic/eslint-plugin`, and `eslint-plugin-perfectionist` config.
   * @default true
   */
  stylistic: true,

  /**
   * `eslint-plugin-package-json` config.
   * @default true
   */
  json: true,

  /**
   * `eslint-plugin-react` and `eslint-plugin-react-hooks` config.
   * @default false
   */
  react: false,
});

Versioning Policy

The package follows semantic versioning with some specific nuances:

  • Patch release: A rule is disabled.
  • Minor release:
    • A new configuration is added.
    • A new rule is added (or a previously disabled rule is enabled).
    • A rule is updated (updating its options or changing its severity).
  • Major release: Major release in ESLint.

License

Code released under the MIT license.

FAQs

Package last updated on 17 Nov 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