# eslint-plugin-codeceptjs2

> custom rules for CodeceptJs

Latest version **0.0.3** (published 2019-09-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-codeceptjs2
pnpm add eslint-plugin-codeceptjs2
yarn add eslint-plugin-codeceptjs2
bun add eslint-plugin-codeceptjs2
```

## 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 | 2019-09-17 |
| First published | 2017-11-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 1 |
| Unpacked size | 9.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | @kronoslive |
| Maintainers | kronoslive |
| Keywords | eslint, eslintplugin, eslint-plugin, codeceptJS |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-codeceptjs2
- Repository: https://github.com/APshenkin/eslint-plugin-codeceptjs
- Homepage: https://github.com/APshenkin/eslint-plugin-codeceptjs#readme
- Issues: https://github.com/APshenkin/eslint-plugin-codeceptjs/issues
- npm.io page: https://npm.io/package/eslint-plugin-codeceptjs2

## Dependencies (1)

- [requireindex](https://npm.io/package/requireindex.md) ~1.1.0

## 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

- 0.0.3 (latest) — 2019-09-17
- 0.0.2 — 2017-11-14
- 0.0.1 — 2017-11-14

## README

# eslint-plugin-codeceptjs

custom rules for CodeceptJs

## Installation

You'll first need to install [ESLint](http://eslint.org):

```
$ npm i eslint --save-dev
```

Next, install `eslint-plugin-codeceptjs`:

```
$ npm install eslint-plugin-codeceptjs --save-dev
```

**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-codeceptjs` globally.

## Usage

Add `codeceptjs` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

```json
{
    "plugins": [
        "codeceptjs"
    ]
}
```


Then configure the rules you want to use under the rules section.

```json
{
    "rules": {
        "codeceptjs/rule-name": 2
    }
}
```

## Supported Rules

* Fill in provided rules here

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