eslint-config-skype

1.9.2 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-skype

Weekly Downloads

13

Version

1.9.2

License

MIT

Unpacked Size

12.4 kB

Total Files

9

Last publish

Collaborators

  • otarasiuk