8000 GitHub - eway-crm/eslint-config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eway-crm/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eWay-CRM Logo

eWay-CRM ESLint Rules for TypeScript

Installation

npm i --save-dev eslint@8 @eway-crm/eslint-config @typescript-eslint/parser@7 @typescript-eslint/eslint-plugin@7

Configuration

Add configuration to your .eslintrc.json project file:

{
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
        "project": [
            "./tsconfig.json"
        ]
    },
    "extends": [
        "@eway-crm/eslint-config"
    ]
}

Test configuration:

npx eslint src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0