0.2.11 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago