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

  • 0.6.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:

npx install-peerdeps @mizdra/eslint-config-mizdra --dev --yarn

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

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

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

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

# for +prettier
yarn add -D eslint-config-prettier eslint-plugin-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
  },
};

Release

$ git switch develop
$ git pull
$ yarn version --no-git-tag-version
$ git commit -am "vX.X.X"
$ gh pr create --web --base master --title "Release vX.X.X"
## When you merge PR, the package will be published automatically

FAQs

Package last updated on 15 Dec 2020

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