0.0.1 • Published 2 years ago

eslint-config-berkekaragoz-typescript v0.0.1

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

Install:

  • NPM: npm i -D eslint-config-berkekaragoz-typescript
  • Yarn: yarn add -D eslint-config-berkekaragoz-typescript
  • PNPM: pnpm i -D eslint-config-berkekaragoz-typescript

eslint-config-berkekaragoz-typescript

ESLint suggestions configuration aimed to have balanced aspects. A part of eslint-config-berkekaragoz.

Wait for version 1.

Usage

extends:
  - berkekaragoz-typescript

VSCode Settings

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

Contents:

{
  extends: ["plugin:@typescript-eslint/recommended"],
  parser: "@typescript-eslint/parser",
  plugins: ["@typescript-eslint"],
  rules: {
    "@typescript-eslint/no-empty-function": "off",
  },
};

Related: