@ntnyq/eslint-config-prettier-typescript

0.1.15 • Public • Published

EsLint config for TypeScript with Prettier

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

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

    rules: {
        // Override rules
    },
}

in package.json

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.15
    1
    • latest

Version History

Package Sidebar

Install

npm i @ntnyq/eslint-config-prettier-typescript

Weekly Downloads

1

Version

0.1.15

License

MIT

Unpacked Size

2.55 kB

Total Files

4

Last publish

Collaborators

  • ntnyq