0.2.11 • Published 2 years ago

@tylergaffaney/eslint-config-prettier-typescript v0.2.11

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

Personal configs

Credit: Forked from ntnyq

EsLint config for TypeScript with Prettier

Usage

Install

$ npm i @tylergaffaney/eslint-config-prettier-typescript -D
# OR
$ yarn add @tylergaffaney/eslint-config-prettier-typescript -D

TODO: yarn add -D eslint typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@tylergaffaney/prettier-typescript'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@tylergaffaney/prettier-typescript"
    }
}
0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago