5.1.0 • Published 8 years ago

eslint-config-cicero v5.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Cicero eslint-config

Setup

There is an interactive setup script that will help you setup and install dependencies correctly in your project. It will update the .eslintrc file as well.

yarn add --dev eslint-config-cicero # or npm i --save-dev eslint-config-cicero

./node_modules/.bin/cicero-lint-setup # Running this should set everything up for you.

Configs

One thing to note is that you probably want to use either cicero or cicero/react.

cicero

This is the base config, it should be used with all non-react projects. Most of these rules come from the airbnb base config.

cicero/prettier

This is the prettier config that is closes to our base config. Please use it :v:

cicero/flowtype

Use this if the project uses flowtypes. It has a few rules helpful to getting a consistent type usage and enabling default eslint rules for the types.

cicero/react

Our config for react projects, mostly based on the airbnb config.

cicero/lodash

Use this if the project uses regular lodash.

cicero/lodash-fp

Use this if the project uses lodash-fp.

cicero/promise

Use this if the project uses asynchronous code via promises.

5.1.0

8 years ago

5.0.6

8 years ago

5.0.5

8 years ago

5.0.4

8 years ago

5.0.3

8 years ago

5.0.2

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.0.0-6

8 years ago

3.6.2

9 years ago

4.0.0-5

9 years ago

4.0.0-4

9 years ago

4.0.0-3

9 years ago

4.0.0-2

9 years ago

4.0.0-1

9 years ago

4.0.0-0

9 years ago

3.6.1

9 years ago

3.6.0

9 years ago

3.5.0

9 years ago

3.4.0

9 years ago

3.3.0

10 years ago

3.2.0

10 years ago

3.1.0

10 years ago

3.0.6

10 years ago

3.0.5

10 years ago

3.0.4

10 years ago

3.0.3

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago