0.0.22 • Published 3 years ago

eslint-config-tools v0.0.22

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

eslint-config-tools

framework 별로 eslint 통합 설정

install

$ npm i -D eslint-config-tools

Usage

// .eslintrc.*
{
    "estends": [
        "tools" // 기본 자바스크립트 설정
        "tools/typescript" // 타입스크립트 설정
        "tools/vue" // Vue 설정
        "tools/react" // React 설정 
    ],
    "rules": {
        // ... custom rule 
    }
}
// 프로젝트환경 react + typescript 사용중일경우 아래와 같이 추가.
{
    "estends": [
        "tools", // 기본 자바스크립트 설정
        "tools/typescript", // 타입스크립트 설정
        "tools/react", // React 설정 
    ],
    "rules": {
        // ... custom rule 
    }
}

Rules

0.0.21

3 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago