6.5.0 • Published 6 months ago

eslint-config-nosolosoftware v6.5.0

Weekly downloads
507
License
MIT
Repository
github
Last release
6 months ago

eslint-config-nosolosoftware

ESLint configuration file for our frontend stack used in all NoSoloSoftware developments. It uses the shareable configs option provided by ESLint.

Installation

You can install this package using the following npm command:

$ npm install -g eslint-config-nosolosoftware

Usage

In order to use this configuration in our project, we should puts the following code in our .eslintrc.yml:

---
extends:
  - nosolosoftware

A couple of options are provided depending on your stack:

  • Use of Vue:
extends:
  - nosolosoftware
  - nosolosoftware/vue2 // nosolosoftare/v3 if v3.X is being used
  • Use of jest:
extends:
  - nosolosoftware
  - nosolosoftware/jest
  • Use of typescript
extends:
  - nosolosoftware
  - nosolosoftware/typescript
  • Use of typescript & Vue
extends:
  - nosolosoftware
  - nosolosoftware/typescript
  - nosolosoftware/vue3

We have to disable some rules as they enter on conflict with prettier.

extends:
  - nosolosoftware
  - nosolosoftware/prettier-conflict

Contributing

Contributions are welcome, please follow GitHub Flow

Versioning

eslint-config-nosolosoftware uses Semantic Versioning 2.0.0

License

Copyright © 2019 NoSoloSoftware Network S.L. Released under MIT license.

6.5.0

6 months ago

6.4.0

7 months ago

6.3.0

8 months ago

5.1.0

10 months ago

5.0.0

10 months ago

6.1.0

9 months ago

6.0.0

10 months ago

6.2.0

9 months ago

4.1.0

1 year ago

4.0.0

1 year ago

4.2.0

1 year ago

3.1.0

2 years ago

3.0.0

4 years ago

2.3.0

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago