1.0.0 • Published 2 years ago
@mfilin/eslint-config v1.0.0
@mfilin/eslint-config
Extendable configuration for eslint
Installation
npm i --save-dev @mfilin/eslint-configConfiguration
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