3.0.0 • Published 1 year ago

@haaxor1689/eslint-config v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Eslint config for React + Next + Tailwind projects. Also comes with a Prettier config.

Usage

Install the package with its peer dependencies

npx install-peerdeps --dev @haaxor1689/eslint-config

Next add it under eslintConfig key to your package.json or add it to your existing eslint config. You can also add the prettier config as well.

// package.json
{
  // ...
  "eslintConfig": {
    "extends": "@haaxor1689/eslint-config"
  },
  "prettier": "@haaxor1689/prettier-config"
}
3.0.0

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago