0.1.0 • Published 2 years ago

@masterborn/eslint-config v0.1.0

Weekly downloads
33
License
MIT
Repository
github
Last release
2 years ago

@masterborn/eslint-config

Contents

.
├── LICENSE
├── README.md # this file
├── packages
│   │── backend
│       └── index.js # main backend config, accessible by @masterborn/eslint-config-backend
│   │── backend-typescript
│       └── index.js # main backend with typescript config, accessible by @masterborn/eslint-config-backend-typescript
│   │── common
│       └── index.js # commonly used ESLint rules that are used by other packages, accessible by @masterborn/eslint-config-common
│   │── frontend
│       └── index.js # main frontend config, accessible by @masterborn/eslint-config-frontend
│   │── frontend-typescript
│       └── index.js # main frontend with typescript config, accessible by @masterborn/eslint-config-frontend-typescript
└── package.json

@masterborn/eslint-config-frontend

It uses @babel/eslint-parser which requires babel config file. More info on the parser can be found here.

@masterborn/eslint-config-frontend-typescript

Configuration for TypeScript support. Install peer dependencies and add tsconfig.json to your root directory.

@masterborn/eslint-config-backend-typescript

Configuration for TypeScript support. Install peer dependencies and add tsconfig.json to your root directory.

0.1.0

2 years ago

0.0.14

2 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago