1.0.0 • Published 6 years ago

eslint-config-hemera v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

eslint-config-hemera

Hemera eslint config. The perfect match to work with Prettier, Mocha and Node.

Installation

npm install --save-dev eslint eslint-config-hemera

Usage

.eslintrc.json

{
  "extends": "hemera"
}

Scripts

{
  "lint": "eslint \"./**/*.js\"",
  "lint:fix": "eslint --fix \"./**/*.js\"",
  "format": "prettier \"./**/*.js\"",
  "format:fix": "prettier \"./**/*.js\" --write",
}

Great tooling

1.0.0

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago