1.1.0 • Published 6 years ago

eslint-config-lodgify v1.1.0

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

Lodgify's ESLint config 💅

Set of ESLint rules and plugins used accross Lodgify's projects.

Installation

Add eslint-config-lodgify to your dev dependencies.

npm install --save-dev eslint-config-lodgify
yarn add --dev eslint-config-lodgify

Use it in your .eslintrc file.

{
  "extends": ["lodgify"]
}

Prettier

If you use the Prettier CLI directly, or if you need to integrate it with some fancy text editor, you might need to add a Prettier config file to your root directory.

You can use this prettier.config.js file for that.

module.exports = require('eslint-config-lodgify/prettier.config.js');