eslint-config-hemera

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-hemera

Weekly Downloads

4

Version

1.0.0

License

ISC

Unpacked Size

3.77 kB

Total Files

4

Last publish

Collaborators

  • starptech