You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

eslint-config-hami

Package Overview
Dependencies
Maintainers
1
Versions
17
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)

1.6.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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"
  }
}

FAQs

Package last updated on 08 Feb 2024

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