Skip to content

y0hami/eslint-config

Repository files navigation

eslint-config-hami

My ESLint config for typescript, react and nextjs

Based on Standard

JavaScript Style Guide


Install

yarn add --dev eslint-config-hami
yarn esinit --config <config>

Configs: ts, react, nextjs

Other Configs

React Config

Change extends to hami/react in .eslintrc.json

{
  "extends": ["hami/react"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

NextJS Config

Change extends to hami/nextjs in .eslintrc.json

{
  "extends": ["hami/nextjs"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published