1.0.0 • Published 1 year ago

eslint-config-devline v1.0.0

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

Simple way to use formatter and linter rules of devline

Getting Started

First of all, you'll need to install our package into your project:

yarn add -D eslint-config-devline
# or
npm install -D eslint-config-devline
# or
pnpm add -D eslint-config-devline

Node

Put inside of .eslintrc.json

{
  "extends": "eslint-config-devline/node"
}

React

Put inside of .eslintrc.json

{
  "extends": "eslint-config-devline/react"
}

Next

Put inside of .eslintrc.json

{
  "extends": ["eslint-config-devline/next", "next/core-web-vitals"]
}

Contributing

Feel free to contribute to this project by submitting pull requests, creating documentation, or bringing ideas to make the project even better!