@haaxor1689/eslint-config

3.0.0 • Public • Published

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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @haaxor1689/eslint-config

Weekly Downloads

50

Version

3.0.0

License

MIT

Unpacked Size

5.28 kB

Total Files

3

Last publish

Collaborators

  • haaxor1689