0.4.4 • Published 8 months ago

@zanminkian/eslint-config v0.4.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@zanminkian/eslint-config

npm.io npm.io npm.io npm.io npm.io

A strict eslint config for better code quality. Based on standard.js without any stylistic opinions.

Feature

  • Based on standard.js, but introduced more powerful rules to forbid stupid codes.
  • One-line of config.
  • Work well with Prettier without conflicts.
  • Designed to work with TypeScript, NestJS and React out-of-box.

Usage

Install

pnpm add -D eslint @zanminkian/eslint-config

Config eslint.config.js

import config from "@zanminkian/eslint-config";

export default config;

Config package.json

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}

License

MIT

0.1.13

10 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.4.0-beta.0

8 months ago

0.4.0-beta.1

8 months ago

0.4.0-beta.2

8 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.3.6

8 months ago

0.4.4

8 months ago

0.3.5

8 months ago

0.4.1

8 months ago

0.3.2

9 months ago

0.2.3

9 months ago

0.4.0

8 months ago

0.3.1

9 months ago

0.2.2

9 months ago

0.4.3

8 months ago

0.3.4

8 months ago

0.4.2

8 months ago

0.3.3

8 months ago

0.1.10

12 months ago

0.1.11

12 months ago

0.1.12

11 months ago

0.1.8

1 year ago

0.1.9

12 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago