Socket
Socket
Sign inDemoInstall

@alexvyber/eslint-config

Package Overview
Dependencies
16
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @alexvyber/eslint-config

Guild's ESLint shareable configs for linting JavaScript/TypeScript/React projects.


Version published
Maintainers
1
Created

Readme

Source

@alexvyber/eslint-config

Guild's ESLint shareable configs for linting JavaScript/TypeScript/React projects.

Install

For JavaScript/TypeScript projects

pnpm add -D eslint @alexvyber/eslint-config

Usage

Extend a @alexvyber config for JavaScript/TypeScript projects.

// .eslintrc.cjs
module.exports = {
  extends: ["@alexvyber"],
}

React Config

Extend a @alexvyber/eslint-config/react config for React projects.

// .eslintrc.cjs
module.exports = {
  extends: ["@alexvyber/eslint-config/react"],
}

MDX/Markdown Config

Extend a @alexvyber/eslint-config/mdx config for .md/.mdx files.

// .eslintrc.cjs
module.exports = {
  extends: ["@alexvyber/eslint-config/mdx"],
}

JSON Config

Extend a @alexvyber/eslint-config/json config for .json/.jsonc/.json5 files.

// .eslintrc.cjs
module.exports = {
  extends: ["@alexvyber/eslint-config/json"],
}

YAML Config

Extend a @alexvyber/eslint-config/yml config for .yml/.yaml files.

// .eslintrc.cjs
module.exports = {
  extends: ["@alexvyber/eslint-config/yml"],
}

Keywords

FAQs

Last updated on 01 May 2023

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