4.0.3 • Published 3 years ago

common-good v4.0.3

Weekly downloads
251
License
AGPL-3.0
Repository
github
Last release
3 years ago

Common-Good

Improve your code without configuration or controversy. This is a JavaScript module that bundles the most popular code formatting and static analysis tools so that you don't have to install or configure them on your own. Each tool works automatically without any configuration, which reduces the number of problems your project needs to manage.

  • Depcheck -- The dependencies you use should match package.json.
  • ESLint -- Your JavaScript should avoid common problems.
  • Prettier -- All of your code should be formatted predictably.
  • StyleLint -- Your styles (CSS, SCSS, etc) should avoid common problems.

Usage

Install with npm:

npm install --save-dev common-good

Add common-good to package.json:

{
  "scripts": {
    "fix": "common-good fix",
    "test": "common-good test"
  }
}

Resolve small problems with npm run fix and test code with npm test.

License

AGPL-3.0

4.0.3

3 years ago

4.0.2

4 years ago

4.0.1

4 years ago

3.2.0

4 years ago

4.0.0

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.20

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago