Skip to content

PiTScz/eslint-config-typescript

Repository files navigation

PiTS.cz - ESLint config Typescript

Licence MIT Publish package to GitHub Packages version GitHub issues

These configuration files are suitable to lint TypeScript code.

How does it work?

Add or edit the file .eslintrc.json in your project.

{
  "extends": ["@pitscz/eslint-config-typescript"],
  "rules": {}
}

Prerequisites

To use ESLint, you must have Node.js (>=18.0.0) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)

Full Documentation

ESLint full contribution guidelines can be found at https://eslint.org/docs/latest/contribute

Author