# eslint-config-novoda

> ESLint default configuration for Novoda packages

Latest version **1.0.0** (published 2017-01-10) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install eslint-config-novoda
pnpm add eslint-config-novoda
yarn add eslint-config-novoda
bun add eslint-config-novoda
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-01-10 |
| First published | 2017-01-10 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Maintainers | novoda |
| Keywords | eslint, eslintconfig, novoda, config |

## Links

- npm: https://www.npmjs.com/package/eslint-config-novoda
- Repository: https://github.com/novoda/eslint-config-novoda
- Issues: https://github.com/novoda/eslint-config-novoda/issues
- npm.io page: https://npm.io/package/eslint-config-novoda

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) >=3.12.0
- [eslint-plugin-json](https://npm.io/package/eslint-plugin-json.md) >=1.2.0
- [eslint-plugin-jasmine](https://npm.io/package/eslint-plugin-jasmine.md) >=2.2.0
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) >=3.3.0
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) >=6.2.0
- [eslint-plugin-standard](https://npm.io/package/eslint-plugin-standard.md) >=2.0.1

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2017-01-10

## README

eslint-config-novoda
====================

_Shared ESLint rules for Novoda NodeJS projects tested with Jasmine._

## How to install

```
$ npm install --save-dev eslint-config-novoda
```

## How to use

In your project folder, create  `.eslintrc.json` file with the following content:

```json
{
    "extends": "eslint-config-novoda"
}
```

Running `eslint` from that folder will apply the shared Novoda rules.

You can still customise some rules by changing your `.eslintrc.json`.

## Default rules

* ES6 is enabled by default
* The project is assumed to be a NodeJS project
* Jasmine globals are automatically accepted
* Only single quotes are accepted
* Semi-colons are mandatory
* Proper spacing between keywords is enforced
* Braces must be followed by a new line
* `const` must be used anywhere the variable never changes
* Indentation must be with 4 spaces
* Triple equals `===` must always be used

---
_Source: https://npm.io/package/eslint-config-novoda · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
