eslint-config-skype
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.