1.0.14 • Published 8 months ago

eslint-config-cepharum v1.0.14

Weekly downloads
41
License
MIT
Repository
github
Last release
8 months ago

eslint-config-cepharum

ESLint configuration to be shared among projects of cepharum GmbH

License

MIT

Prerequisites

The configuration works with recent versions of ESLint (4.18+) and requires additional installation of single ESLint plugin providing additional checks on use of promises. Either package may be installed locally or globally.

Local installation supports injection of proper dependencies into your project:

npm i -D eslint eslint-plugin-promise

Global installation helps with sharing same tool set in several projects simultaneously:

npm i -g eslint eslint-plugin-promise

Installation

npm i -D eslint-config-cepharum

Usage

Create .eslintrc file in root of project containing

{
    "extends": "eslint-config-cepharum"
}

Setting Up WebStorm/PhpStorm

When using either WebStorm or PhpStorm open settings and enable ESLint.

1.0.14

8 months ago

1.0.13

1 year ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago