2.1.1 • Published 1 year ago

@apolitical/eslint-config v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Apolitical Eslint Config

Apolitical ESLint and Prettier configurations for Node projects

Requirements

Requires the following to run:

Installation

Install with yarn:

yarn add -D @apolitical/eslint-config

Usage

Link the ESLint configurations from your package.json:

On your API (Express project):

  "eslintConfig": {
    "extends": "@apolitical/eslint-config/api.config"
  },

On your UI (React project):

  "eslintConfig": {
    "extends": "@apolitical/eslint-config/ui.config"
  }

Link the Prettier configurations from your package.json:

  "prettier": "@apolitical/eslint-config/prettier.config"
2.1.1

1 year ago

2.1.0

1 year ago

2.0.2

2 years ago

2.0.1-rc.1

2 years ago

2.0.1

2 years ago

2.0.0-rc.2

2 years ago

2.0.0-rc.3

2 years ago

2.0.0-rc.0

2 years ago

2.0.0-rc.1

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.2-beta.1

2 years ago

1.0.0-beta.0

2 years ago

0.0.1

3 years ago

0.0.1-rc.0

3 years ago