eslint-config-ackee

0.9.2 • Public • Published

ackee|eslint-config-ackee

GitHub license CI Status Dependency Status

ESLint config Ackee

ESLint rules and settings common for Ackee javascript developers.

Table of contents


How to use

Install it yarn add -D eslint-config-ackee

Create .eslintrc in your project:

{
    "env": {
        "browser": true
    },
    "extends": ["ackee"]
}

Note: env section is optional, it depends on type of your project.

Backend

Using few rules differ for frontend and backend. Since backend developers have some specific needs for setting up the linter, there is backend config that extends base ackee config.

{
    "extends": ["ackee/backend"]
}

Overriding rules in backend specific config shouldn't be abused and should be kept at minimum.
We want to unify code style for backend and frontend as much as possible!

Dependencies

Extends

Uses plugins

Rules

To discuss

You can find current rules to discuss at github issues page.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-ackee

Weekly Downloads

17

Version

0.9.2

License

MIT

Unpacked Size

21.6 kB

Total Files

7

Last publish

Collaborators

  • pivl
  • hofp37
  • grissius
  • ackeecz
  • horaklukas
  • borecekbaji
  • davidbilik