@rws-air/eslint-config-node
Version:
Standard ESLint config for RWS AIR projects written in TypeScript (without React)
58 lines (38 loc) • 5.38 kB
Markdown
<div align="center">
<p>
<a href="https://github.com/RWS-NL/air-node-packages"><img src="https://raw.githubusercontent.com/RWS-NL/air-node-packages/master/packages/webcomponents/src/Logo/logo.svg?sanitize=true" height="200" alt="logo"/></a>
</p>
<p>
<h1> Rijkswaterstaat eslint-config-node </h1>
<h3> An <a href="https://eslint.org/">eslint config</a> for all AIR applications using TypeScript</h3>
</p>
</div>
---
**Project Status**
[](https://github.com/RWS-NL/air-node-packages/blob/master/LICENSE.md)
**Bundle Sizes**
[](https://bundlephobia.com/result?p=@rws-air/eslint-config-node)
[](https://bundlephobia.com/result?p=@rws-air/eslint-config-node)
**Versions**
[](https://www.npmjs.com/package/@rws-air/eslint-config-node)
**Our Badges**
[](https://www.rijkswaterstaat.nl)
[](https://www.slack.com)
[](https://trello.com/)
[](https://www.pivotaltracker.com/n/projects/1915901)
[](https://www.sketchapp.com)
[](https://app.zeplin.io/project/587661de593c722607342d7b)
---
## Installation
```sh
yarn add -D @rws-air/eslint-config-node
```
## Usage
In `.eslintrc`:
```json
{
"extends": ["@rws-air/eslint-config-node"]
}
```
## API Documentation
Check out [the docs on github pages](https://rws-nl.github.io/air-node-packages/modules/_rws_air_eslint_config_node.html)