0.0.32 • Published 1 year ago

@mateothegreat/eslint-config v0.0.32

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

eslint configuration

Opinionated eslint configuration installable as a node package.

Covers:

  • Typescript
  • Jest
  • JSdoc
  • Importing
  • and more.. see: default.js

Installation

You can remove all eslint related dependencies from your projects package.json as installing this package will install the required dependencies for you.

To use this package in your own projects simply run:

npm i -D @mateothegreat/eslint-config

and then update your package.json to include:

{
    ...
    "eslintConfig": {
        "extends": [
            "@mateothegreat/eslint-config/defaults"
        ]
    }
    ...
}

Now you can run

npx eslint src/
0.0.30

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.19

1 year ago

0.0.10

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.9

1 year ago

0.0.27

1 year ago

0.0.8

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago