Skip to content

nikolaimuller/eslint-config

Repository files navigation

Eslint config by mullerstd

Install

Using yarn:

yarn add -D @mullerstd/eslint-config

Or using npm:

npm i @mullerstd/eslint-config --save-dev

Usage

Base config:

{
  "extends": "@mullerstd/eslint-config"
}

Extended config:

{
  "extends": [
    "@mullerstd/eslint-config",
    "@mullerstd/eslint-config/react",
    "@mullerstd/eslint-config/tailwindcss",
    "@mullerstd/eslint-config/storybook",
    "@mullerstd/eslint-config/mdx",
    "@mullerstd/eslint-config/testing-library",
    "@mullerstd/eslint-config/cypress",
    "@mullerstd/eslint-config/regexp",
    "@mullerstd/eslint-config/prettier"
  ]
}

Using modern-module-resolution:

.eslintrc.js

require('@mullerstd/eslint-config/patch/modern-module-resolution')

module.exports = {
  ...
}

About

eslint config by mullerstd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published