1.0.5 • Published 1 year ago

eslint-config-apolo-angular v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-apolo-angular

ESLint configuration based on apolo for angular projects.

Usage

1- Install eslint-config-apolo

npm install --save-dev eslint-config-apolo-angular // This will download the @latest version
npm install --save-dev eslint-config-apolo-angular@1.0.0 // Or can select version

2- Add in “extends” of your .eslintrc file: “apolo-angular” on your angular project

{
...,
"extends": [
		...,
		"apolo"
	]
}

You can make sure this module lints with itself using npm run lint