Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-skype

a-tarasyuk201MIT1.9.2

Shared ESLint config for TypeScript projects produced by Skype Team

eslint, eslint-config, skype, typescript

readme

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.