Dev-CasperTheGhost / eslint-config

My ESLint config. Feel free to use :)

Home Page:https://npm.im/~casper124578

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@casper124578/eslint-config

Install

Packages

eslint-config

npm install @casper124578/eslint-config

eslint-config-react

npm install @casper124578/eslint-config @casper124578/eslint-config-react

eslint-config-next

npm install @casper124578/eslint-config @casper124578/eslint-config-react @casper124578/eslint-config-next

Usage

Use extends in your ESLint config

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

With react

{
  "extends": ["@casper124578/eslint-config", "@casper124578/eslint-config-react"]
}

With Next.js

{
  "extends": ["@casper124578/eslint-config", "@casper124578/eslint-config-react", "@casper124578/eslint-config-next"]
}

License

Dev-CasperTheGhost MIT

About

My ESLint config. Feel free to use :)

https://npm.im/~casper124578

License:MIT License


Languages

Language:JavaScript 100.0%