These configuration files are suitable to lint TypeScript code.
Add or edit the file .eslintrc.json
in your project.
{
"extends": ["@pitscz/eslint-config-typescript"],
"rules": {}
}
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.)
ESLint full contribution guidelines can be found at https://eslint.org/docs/latest/contribute