1.1.9 • Published 2 years ago

@cosmo-au/eslint-config-cosmo v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@cosmo-au/eslint-config-cosmo

A pluggable ESLint configuration, Cosmo style.

Installation

Ensure that you have eslint and next installed. Our configuration utilises the Next.js Core Web Vitals configuration as a baseline, alongside handling parser, plugins and settings.

yarn add @cosmo-au/eslint-config-cosmo

Usage

Populate .eslintrc with the following, and code away.

{
  "extends": ["@cosmo-au/eslint-config-cosmo"]
}

Usage with Prettier

Prettier is configured to work nicely with this config, though is an optional inclusion. If you'd like to include the config, you can add it to package.json.

"prettier": "@cosmo-au/eslint-config-cosmo/.prettierrc.json"
1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

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