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
- Host: GitHub
- URL: https://github.com/uglow/test-repo
- Owner: uglow
- Created: 2016-04-13T13:18:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T07:16:01.000Z (over 9 years ago)
- Last Synced: 2025-07-18T06:26:29.778Z (12 months ago)
- Language: JavaScript
- Size: 811 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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
[](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.