Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

eslint-config-hami

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hami

My ESLint config for typescript (and react)

latest
Source
npmnpm
Version
1.7.6
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-hami

My ESLint config for typescript, react and nextjs

Install

bun add --dev eslint-config-hami
bunx 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"
  }
}

FAQs

Package last updated on 06 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts