@connctd/eslint-config-typescript
v1.1.4
Published
Recommended typescript coding style
Readme
@connctd/eslint-config-typescript
Recommended coding style for typescript projects.
This projects relies on eslint for recommendations and fixes.
Based on airbnb/javascript and typescript eslint recommended.
Usage
Add @connctd/eslint-config-typescript as a dev dependency to your project:
yarn add '@connctd/eslint-config-typescript' -DInstall the required peer dependencies:
npx install-peerdeps @connctd/eslint-config-typescriptOR
(Recommended if you are installing this config from a custom private registry, since install-peerdeps only can fetch from the public npm registry)
yarn add -D \
[email protected] \
[email protected] \
@typescript-eslint/[email protected] \
@typescript-eslint/[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected]Extend the .eslintrc of your target project by @connctd/typescript:
{
"extends": ["@connctd/typescript"]
}