2.0.2 • Published 10 months ago

@nimey/eslint-config v2.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

ESLint Konfiguration für Projekte von @nimey

Standard Regel für TypeScript Projekte in der Organisation @nimey

Installation

Die Installation erfolgt über den Paketmanager. Existiert im Projekt keine Datei mit dem Namen .eslintrc wird diese automatisch bei der Installation erzeugt.

yarn add --dev eslint @nimey/eslint-config
npm install --save-dev eslint @nimey/eslint-config

In dem Scripts Bereich deiner package.json ergänzt du einen Eintrag für den Linter:

  "scripts": {
    "lint": "eslint . --ext ts,js"
  }

.eslintrc

{
  "root": true,
  "extends": [
    "@nimey/eslint-config"
  ],
  "env": {
    "node": true
  },
  "rules": {}
}
2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.0

2 years ago

0.0.6

2 years ago