1.9.2 • Published 3 years ago

eslint-config-skype v1.9.2

Weekly downloads
23
License
MIT
Repository
github
Last release
3 years ago

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.

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago