1.0.0 • Published 2 years ago

@mfilin/eslint-config v1.0.0

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

npm publish status

@mfilin/eslint-config

Extendable configuration for eslint

Installation

npm i --save-dev @mfilin/eslint-config

Configuration

In package.json:

"eslintConfig": {
  "extends": "@mfilin/eslint-config"
}

Or eslint-config part can be omitted:

"eslintConfig": {
  "extends": "@mfilin"
}

Future plans

Use existing config as a base, create new ones for Typescript, Angular, Vue

1.0.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago