1.0.8 • Published 7 years ago

eslint-config-rovergames v1.0.8

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
7 years ago

eslint-config-rovergames

An ESLint Shareable Config for personal uses

Install

npm install --save-dev eslint-config-rovergames eslint

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the config, add this to your .eslintrc file:

{
  "extends": "rovergames"
}

Note: I omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

License

GPL-3.0

My GitLab

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago