0.0.41 • Published 1 year ago

@pixcomm/eslint-config v0.0.41

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

Pixcomm ESLint config

Installation

npm install --save-dev @pixcomm/eslint-config

or

yarn add -D @pixcomm/eslint-config

Usage

Add to your .eslintrc file:

For NodeJS projects:

{
  "extends": "@pixcomm/eslint-config/node"
}

For React projects:

{
  "extends": "@pixcomm/eslint-config/react"
}

For NextJS projects:

{
  "extends": "@pixcomm/eslint-config/next"
}

License

Mozilla Public License 2.0