uglow / test-repo

Repo used for testing things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-auspost

ESLint shareable config for linting AusPost javascript code

semantic-release

Install

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

Usage

Add some ESLint config to your package.json:

{
	"eslintConfig": {
		"extends": "auspost"
	}
}

Run the linter

Add a run script to your package.json:

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

Then lint with $ npm run lint.

Contributing

See CONTRIBUTING.md.

License

This software does not have a license.

About

Repo used for testing things


Languages

Language:JavaScript 100.0%