eslint-config-apolo-angular

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-apolo-angular

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

3.87 kB

Total Files

6

Last publish

Collaborators

  • jgalaber