An open API service indexing awesome lists of open source software.

https://github.com/douglasneuroinformatics/eslint-config

Shared linting configurations for DNP projects written in TypeScript/JavaScript
https://github.com/douglasneuroinformatics/eslint-config

eslint eslint-config

Last synced: 10 months ago
JSON representation

Shared linting configurations for DNP projects written in TypeScript/JavaScript

Awesome Lists containing this project

README

          



Logo

@douglasneuroinformatics/eslint-config



Shared linting configurations for DNP projects written in TypeScript/JavaScript


![license](https://img.shields.io/github/license/DouglasNeuroInformatics/eslint-config)
![version](https://img.shields.io/github/package-json/v/DouglasNeuroInformatics/eslint-config)



## Installation

```shell
pnpm add -D @douglasneuroinformatics/eslint-config eslint
```

## Usage

**eslint.config.js**

```javascript
import { config } from '@douglasneuroinformatics/eslint-config';

export default config();
```

## VSCode Setup (Recommended)

**settings.json**

```json
{
"eslint.validate": [
"javascript",
"javascriptreact",
"astro",
"typescript",
"typescriptreact",
"javascript",
"javascriptreact",
"json",
"jsonc"
]
}
```