2.2.0 • Published 2 years ago

@santima10/eslint-config v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@santima10/eslint-config

My ESLint config to be used in my projects

How to install

First you need to run in order to install the configuration and all the peerDependencies as devDependencies in the project.

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

Usage

Basic TypeScript config

In the .eslintrc:

{
  "extends": [
    "@santima10/eslint-config"
  ]
}

Basic NEXT.js + TypeScript config

In the .eslintrc:

{
  "extends": [
    "@santima10/eslint-config/nextjs"
  ]
}

Prettier configuration

Edit package.json:

{
  // ...
  "prettier": "@santima10/eslint-config/.prettierrc.json"
  // ...
}

Ready to code 🪄

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago