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

eslint-config-skype

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-skype

Shared ESLint config for TypeScript projects produced by Skype Team

  • 1.9.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-config-skype

GitHub license npm version npm downloads

Shared ESLint config for TypeScript projects produced by Skype Team

Installation

npm i -D eslint eslint-plugin-import @typescript-eslint/eslint-plugin eslint-config-skype

Create .eslintrc in your project root directory and copy the following into the file:

{
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "extends": ["skype"]
}
React
npm install eslint-plugin-react --save-dev

Create .eslintrc in your project root directory and copy the following into the file:

{
  "extends": ["skype", "skype/react"]
}

Reference

This software is released under the terms of the MIT license.

Keywords

FAQs

Package last updated on 10 Apr 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