/eslint-config-base

Primary LanguageJavaScriptMIT LicenseMIT

@everish/eslint-config-base

zforish's eslint config

Useage

First, install this package and the peer dependencies

pnpm i -D @everish/eslint-config-base

Then create a file named .eslintrc.json with following contents in the root folder of your project:

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