6.7.1 • Published 10 months ago

eslint-config-cozy-app v6.7.1

Weekly downloads
572
License
MIT
Repository
github
Last release
10 months ago

What's eslint-config-cozy-app?

Shareable configurations for Cozy Applications and scripts.

This package is an ESLint shareable config already used by create-cozy-app.

To install:

yarn add --dev eslint-config-cozy-app

Usage with a Create Cozy App projects

If you started your project using create-cozy-app, you don't need to do anything, you should already have an .eslintrc.json configured to used this preset.

Usage with other projects

In a file named .eslintrc.json (the ESLint configuration file), you can use the config by extending it. For example (see following available configurations documentation):

{
    "extends": ["cozy-app"]
}

Available configurations

Basics

Basic configuration for common Javascript code, this is the default configuration. To use in your .eslintrc.json:

{
    "extends": ["cozy-app"]
}

Or if you want to use it explicitely:

{
    "extends": ["cozy-app/basics"]
}

React

Configuration for React applications (basics configuration included). To use in your .eslintrc.json:

{
    "extends": ["cozy-app/react"]
}

Community

What's Cozy?

Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

Get in touch

You can reach the Cozy Community by:

License

eslint-config-cozy-app is distributed under the MIT license.

6.5.0

10 months ago

6.6.0

10 months ago

6.4.1

10 months ago

6.7.0

10 months ago

6.7.1

10 months ago

6.3.0

10 months ago

6.4.0

10 months ago

6.2.0

10 months ago

6.1.2

10 months ago

6.1.1

10 months ago

6.1.0

2 years ago

6.0.0

2 years ago

5.5.0

3 years ago

5.3.0

3 years ago

5.4.0

3 years ago

5.2.0

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.2.1

3 years ago

4.2.0

3 years ago

4.1.0

3 years ago

4.1.1

3 years ago

4.0.1

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

4.0.0

4 years ago

2.1.1

4 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.6.0

5 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.10.0

7 years ago

0.8.0

7 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago