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

https://github.com/uglow/test-repo

Repo used for testing things
https://github.com/uglow/test-repo

Last synced: 12 months ago
JSON representation

Repo used for testing things

Awesome Lists containing this project

README

          

# eslint-config-auspost

> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for linting AusPost javascript code

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

## Install

```
npm install eslint-config-auspost --save-dev
```

## Usage

Add some ESLint config to your `package.json`:

```json
{
"eslintConfig": {
"extends": "auspost"
}
}
```

### Run the linter

Add a run script to your `package.json`:

```json
{
"scripts": {
"lint": "eslint ."
},
}
```

Then lint with `$ npm run lint`.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

This software does not have a license.