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

@mizdra/eslint-config-mizdra

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mizdra/eslint-config-mizdra

ESLint config for @mizdra

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
650
increased by87.32%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-mizdra

ESLint config for @mizdra

Install

Install along with all compatible peerDeps:

# for npm
npx install-peerdeps @mizdra/eslint-config-mizdra --dev
# for pnpm
npx install-peerdeps @mizdra/eslint-config-mizdra --dev --pnpm
# for yarn
npx install-peerdeps @mizdra/eslint-config-mizdra --dev --yarn

If you don't need all the peerDeps, you can install them manually:

# basic
pnpm add -D @mizdra/eslint-config-mizdra eslint eslint-plugin-import

# for +typescript
pnpm add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript

# for +react
pnpm add -D eslint-plugin-react eslint-plugin-react-hooks

# for +prettier
pnpm add -D eslint-config-prettier prettier

Usage

module.exports = {
  root: true,
  extends: [
    '@mizdra/mizdra',
    '@mizdra/mizdra/+typescript',
    '@mizdra/mizdra/+react',
    '@mizdra/mizdra/+prettier',
  ],
  env: {
    node: true, // for jest
    jest: true, // for jest
  },
  rules: {
    // your favorite rules
  },
};

FAQs

Package last updated on 04 Jun 2022

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