1.0.11 • Published 2 years ago

@hv/eslint-config v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ESLint configuration

(hopefully) common ESLint and Prettier configuration for hv :-)

Usage

Installation:

npm add -D eslint @hv/eslint-config

Either set it in project's package.json:

  "eslintConfig": {
	"extends": "@hv/eslint-config"
  }

or create a eslintrc.* file and define it there:

{
	"extends": [
		"@hv/eslint-config"
	]
}

You might also want to add the following scripts to the package.json so you're able to quickly run it via npm lint or npm lint:fix:

"scripts": {
	"lint": "eslint .",
	"lint:fix": "eslint . --fix"
},
1.0.11

2 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago