# @deloittesolutions/eslint-config-dttdev

> > ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for the Deloitte style guide

Latest version **1.0.0** (published 2017-04-11) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install @deloittesolutions/eslint-config-dttdev
pnpm add @deloittesolutions/eslint-config-dttdev
yarn add @deloittesolutions/eslint-config-dttdev
bun add @deloittesolutions/eslint-config-dttdev
```

## 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-04-11 |
| First published | 2017-04-11 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thibaut De La Bouvrie |
| Maintainers | pauldeblicker |

## Links

- npm: https://www.npmjs.com/package/@deloittesolutions/eslint-config-dttdev
- Repository: https://github.com/deloittesolutions/eslint-config-dttdev
- Homepage: https://github.com/deloittesolutions/eslint-config-dttdev#readme
- Issues: https://github.com/deloittesolutions/eslint-config-dttdev/issues
- npm.io page: https://npm.io/package/@deloittesolutions/eslint-config-dttdev

## Dependencies (1)

- [eslint-config-google](https://npm.io/package/eslint-config-google.md) 0.7.0

## Recent versions

- 1.0.0 (latest) — 2017-04-11

## README

# eslint-config-dttdev

> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for the Deloitte style guide

## Install

Install the profile with `npm`:

```bash
npm i -D eslint @deloittesolutions/eslint-config-dttdev
```

Create an `.eslintrc` file at the root of your project:

```json
{
  "extends": "@deloittesolutions/eslint-config-dttdev"
}
```

## Usage

### Angular

Some of the default presets don't fit to angular apps. To override these settings, you've to create an `.eslintrc` file at the root of your angular app:

```json
{
  "extends": "@deloittesolutions/eslint-config-dttdev/angular"
}
```

### Express

Some of the default presets don't fit to express apps. To override these settings, you've to create an `.eslintrc` file at the root of your express app:

```json
{
  "extends": "@deloittesolutions/eslint-config-dttdev/express"
}
```

### Mocha

Some of the default presets don't fit to mocha tests. To override these settings, you've to create an `.eslintrc` file at the root of your test folder:

```json
{
  "extends": "@deloittesolutions/eslint-config-dttdev/mocha"
}
```

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