eslint-config-devline

1.0.0 • Public • Published

devline | ESLint Config

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!

Package Sidebar

Install

npm i eslint-config-devline

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.25 kB

Total Files

6

Last publish

Collaborators

  • devline.team