# eslint-config-coda-base

> CODA's base JS ESLint configuration

Latest version **0.0.3** (published 2018-10-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-coda-base
pnpm add eslint-config-coda-base
yarn add eslint-config-coda-base
bun add eslint-config-coda-base
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2018-10-29 |
| First published | 2018-07-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 54.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | coda-npm |

## Links

- npm: https://www.npmjs.com/package/eslint-config-coda-base
- npm.io page: https://npm.io/package/eslint-config-coda-base

## Dependencies (1)

- [eslint-restricted-globals](https://npm.io/package/eslint-restricted-globals.md) 0.1.1

## Recent versions

- 0.0.3 (latest) — 2018-10-29
- 0.0.2 — 2018-07-11
- 0.0.1 — 2018-07-11

## README

# eslint-config-coda-base

This package provides CODA's base JavaScript .eslintrc (without React) as an extensible shared configuration

## Usage

**Prequesite:** Node must be installed (but you knew that already, didn't you?)

1. Install Eslint

   `$ npm install -g eslint@latest`
2. Configure your editor to integrate with ESlint
   - [Visual Studio Code](https://code.visualstudio.com/) with the [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
   - [Sublime Text](https://www.sublimetext.com/) with [SublimeLinter-eslint](https://github.com/SublimeLinter/SublimeLinter-eslint)
   - [Atom](https://ide.atom.io/) with [linter-eslint](https://atom.io/packages/linter-eslint)
   - [JetBrain's](https://www.jetbrains.com/) with [ESLint](https://plugins.jetbrains.com/plugin/7494-eslint)
3. Add the package to the *devDependencies* section of your `package.json`

   `$ npm install --save-dev eslint-config-coda-base@latest`
4. Add `"extends": "coda-base"` to your .eslintrc.
5. :sparkles: Start linting! :sparkles:

## Contributing

Feel free to suggest changes to the rules.
Before submitting a pull request please ensure that:

`$ npm run prepublishOnly`

Runs successfully without any errors.

## Publishing

To publish this repo, please:
- Bump the version in `package.json`
- Authenticate as the npm user
- run `npm publish`

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