0.0.0-dev.1 • Published 9 months ago

@apeframework/eslint-config v0.0.0-dev.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Ape Framework ESLint configuration

ESLint configuration for Ape Framework.

NPM package: @apeframework/eslint-config

GitHub repository: ApeCommerce/ape-eslint

Installation

npm install @apeframework/eslint-config

Usage in a TypeScript project

Install required NPM packages:

npm install --save-dev \
  eslint \
  @typescript-eslint/parser \
  @typescript-eslint/eslint-plugin \
  @stylistic/eslint-plugin \
  @apeframework/eslint-config

Create .eslintrc.json file:

{
  "root": true,
  "env": {
    "node": true
  },
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
    "project": "tsconfig.json"
  },
  "plugins": [
    "@typescript-eslint",
    "@stylistic"
  ],
  "extends": [
    "eslint:recommended",
    "plugin:@typescript-eslint/recommended-type-checked",
    "@apeframework/eslint-config/stylistic"
  ]
}

Usage in a JavaScript project

Install required NPM packages:

npm install --save-dev \
  eslint \
  @stylistic/eslint-plugin \
  @apeframework/eslint-config

Create .eslintrc.json file:

{
  "root": true,
  "env": {
    "node": true
  },
  "plugins": [
    "@stylistic"
  ],
  "extends": [
    "eslint:recommended",
    "@apeframework/eslint-config/stylistic"
  ]
}
0.0.0-dev.36

9 months ago

0.0.0-dev.35

9 months ago

0.0.0-dev.31

9 months ago

0.0.0-dev.32

9 months ago

0.0.0-dev.33

9 months ago

0.0.0-dev.34

9 months ago

0.0.0-dev.28

1 year ago

0.0.0-dev.29

1 year ago

0.0.0-dev.24

1 year ago

0.0.0-dev.25

1 year ago

0.0.0-dev.26

1 year ago

0.0.0-dev.27

1 year ago

0.0.0-dev.30

1 year ago

0.0.0-dev.20

1 year ago

0.0.0-dev.21

1 year ago

0.0.0-dev.22

1 year ago

0.0.0-dev.23

1 year ago

0.0.0-dev.17

1 year ago

0.0.0-dev.18

1 year ago

0.0.0-dev.19

1 year ago

0.0.0-dev.16

1 year ago

0.0.0-dev.15

1 year ago

0.0.0-dev.13

1 year ago

0.0.0-dev.5

1 year ago

0.0.0-dev.14

1 year ago

0.0.0-dev.9

1 year ago

0.0.0-dev.10

1 year ago

0.0.0-dev.8

1 year ago

0.0.0-dev.11

1 year ago

0.0.0-dev.7

1 year ago

0.0.0-dev.12

1 year ago

0.0.0-dev.6

1 year ago

0.0.0-dev.4

1 year ago

0.0.0-dev.3

1 year ago

0.0.0-dev.2

1 year ago

0.0.0-dev.1

1 year ago