1.1.1 • Published 1 year ago

@arcoz/eslint-config v1.1.1

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

Arcoz0308@ESLint-Config

My ESLint config are inspered of Bluzzi ESLint config !

Setup

Install packages

pnpm add eslint @arcoz/eslint-config

config .eslintrc

{
    "extends": "@arcoz"
}

Add script for package.json

For example:

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}
1.1.1

1 year ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago