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

@ebot7/eslint-config-typescript

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebot7/eslint-config-typescript

Shared ESLint configuration for TypeScript projects

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@ebot7/eslint-config-typescript

Base ESLint configuration for e-bot7 projects

Installation

It's highly recommended to also install base configuration

yarn add -D eslint @ebot7/eslint-config @ebot7/eslint-config-typescript

or

npm install -D eslint @ebot7/eslint-config @ebot7/eslint-config-typescript

Usage

In your .eslintrc.json file (with base configuration)

{
  "extends": ["@ebot7/eslint-config", "@ebot7/eslint-config-typescript"]
}

Then in package.json you can add the following script

{
  "scripts": {
+   "lint": "eslint ."
  }
}

to use from command line

yarn lint # To report the linting errors in your project
yarn lint --fix # To fix the errors that can be fixed automatically

FAQs

Package last updated on 24 Feb 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