Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@twihike/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twihike/eslint-config

My ESLint config.

  • 0.1.17
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-30.56%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config

npm version

Installation

With npm:

npm install --save-dev eslint @twihike/eslint-config \
  @typescript-eslint/eslint-plugin \
  eslint-plugin-eslint-comments \
  eslint-plugin-import \
  eslint-plugin-jest \
  eslint-plugin-jsx-a11y \
  eslint-plugin-node \
  eslint-plugin-promise \
  eslint-plugin-react \
  eslint-plugin-react-hooks \
  eslint-plugin-unicorn
npm install --save-dev prettier @twihike/prettier-config
npm install --save-dev typescript

With yarn:

yarn add --dev eslint @twihike/eslint-config \
  @typescript-eslint/eslint-plugin \
  eslint-plugin-eslint-comments \
  eslint-plugin-import \
  eslint-plugin-jest \
  eslint-plugin-jsx-a11y \
  eslint-plugin-node \
  eslint-plugin-promise \
  eslint-plugin-react \
  eslint-plugin-react-hooks \
  eslint-plugin-unicorn
yarn add --dev prettier @twihike/prettier-config
yarn add --dev typescript

Usage

Edit package.json:

{
  "name": "your-cool-library",
  "version": "0.1.0",
  "eslintConfig": {
    "extends": "@twihike"
  }
}

Or eslintrc.js:

module.exports = {
  extends: '@twihike',
};

License

Copyright (c) 2020 twihike. All rights reserved.

This project is licensed under the terms of the MIT license.

FAQs

Package last updated on 18 Sep 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc