eslint-config-lodgify

1.1.0 • Public • Published

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');

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i eslint-config-lodgify

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    146 kB

    Total Files

    17

    Last publish

    Collaborators

    • lodgify-ci