1.7.0 • Published 3 months ago

@flaconi/eslint-config-typescript v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@flaconi/eslint-config-typescript

Flaconi's shareable eslint config for Typescript Backend Services Only

This is not meant to be used for frontend projects React/Vue etc.

Usage

Install deps

Install the correct versions of each package, which are listed by the command:

yarn add --dev @flaconi/eslint-config-typescript@latest

If you are migrating old service to new plugin first please make sure to first remove old dependencies that are duplicates like example yarn remove eslint prettier @typescript-eslint/eslint-plugin etc

Config

Add the following to your .eslintrc.js:

module.exports = {
    extends: ['@flaconi/eslint-config-typescript'],
};

Develop

More info on how to develop your custom eslint config can be found here: https://eslint.org/docs/developer-guide/shareable-configs

To develop locally you can install with yarn add --dev pathtolocalfile example yarn add --dev /Users/kristi.jorgji/Desktop/fl-lite/eslint-config-typescript

You need to run the above command after every plugin change.

License

MIT © Flaconi GmbH

1.7.0

3 months ago

1.6.3

5 months ago

1.6.2

6 months ago

1.6.1

8 months ago

1.6.0

8 months ago

1.5.0

9 months ago

1.4.0

1 year ago

1.3.1

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.6-beta

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago