0.0.32 • Published 2 years ago

@mateothegreat/eslint-config v0.0.32

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.19

2 years ago

0.0.10

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.9

3 years ago

0.0.27

2 years ago

0.0.8

3 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago