New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hackney/eslint-config

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackney/eslint-config

Eslint config for LBH Modern Tools for Housing

1.4.1
latest
Source
npm
Version published
Weekly downloads
6
50%
Maintainers
9
Weekly downloads
 
Created
Source

@hackney/eslint-config

Eslint config for TS and React projects.

Installation

npm install @hackney/eslint-config -D
yarn add @hackney/eslint-config -D

Add the library dependencies

yarn add @typescript-eslint/eslint-plugin eslint eslinit-config-airbnb eslint-config-airbnb-typescript eslint-config-prettier eslint-config-react eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testing-library prettier -D

Usage

For React based projects configure a .eslintrc file:

{
  "extends": "@hackney/eslint-config"
}

For non React based TS projects:

{
  "extends": "@hackney/eslint-config/base"
}

FAQs

Package last updated on 03 Dec 2021

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