a-tarasyuk / eslint-config-skype

Shared ESLint config for TypeScript projects produced by Skype Team

Home Page:https://www.npmjs.com/package/eslint-config-skype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License and Copyright

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

About

Shared ESLint config for TypeScript projects produced by Skype Team

https://www.npmjs.com/package/eslint-config-skype

License:MIT License


Languages

Language:JavaScript 100.0%