@imperium/eslint-config-imperium

9.0.0 • Public • Published

@imperium/eslint-config-imperium

Coverage_badge GitHub tag GitHub issues GitHub pull-requests

GitHub license GitHub contributors

You can use Imperium's specialized Eslint configuration in your own projects.

Usage

Install the preset.

# yarn add eslint @imperium/eslint-config-imperium -D

Create a .eslintrc.js file with the following:

module.exports = {extends: ['@imperium/eslint-config-imperium']};

In your package.json file you can run the script:

{
	"scripts": {
		"lint": "eslint --cache --ext js,ts,tsx src"
	}
}

Readme

Keywords

none

Package Sidebar

Install

npm i @imperium/eslint-config-imperium

Weekly Downloads

1

Version

9.0.0

License

MIT

Unpacked Size

14.7 kB

Total Files

7

Last publish

Collaborators

  • darkadept