0.4.3 • Published 3 years ago

@pinnsg/eslint-config-prettier-typescript v0.4.3

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 @pinnsg/eslint-config-prettier-typescript -D
# OR
$ yarn add @pinnsg/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: ['@pinnsg/prettier-typescript'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@pinnsg/prettier-typescript"
    }
}
0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.2.1

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.4

4 years ago

0.1.7

4 years ago