0.0.0-dev.1 • Published 4 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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.28

4 months ago

0.0.0-dev.29

4 months ago

0.0.0-dev.24

4 months ago

0.0.0-dev.25

4 months ago

0.0.0-dev.26

4 months ago

0.0.0-dev.27

4 months ago

0.0.0-dev.30

4 months ago

0.0.0-dev.20

5 months ago

0.0.0-dev.21

5 months ago

0.0.0-dev.22

5 months ago

0.0.0-dev.23

5 months ago

0.0.0-dev.17

5 months ago

0.0.0-dev.18

5 months ago

0.0.0-dev.19

5 months ago

0.0.0-dev.16

5 months ago

0.0.0-dev.15

5 months ago

0.0.0-dev.13

5 months ago

0.0.0-dev.5

5 months ago

0.0.0-dev.14

5 months ago

0.0.0-dev.9

5 months ago

0.0.0-dev.10

5 months ago

0.0.0-dev.8

5 months ago

0.0.0-dev.11

5 months ago

0.0.0-dev.7

5 months ago

0.0.0-dev.12

5 months ago

0.0.0-dev.6

5 months ago

0.0.0-dev.4

5 months ago

0.0.0-dev.3

5 months ago

0.0.0-dev.2

5 months ago

0.0.0-dev.1

5 months ago