/eslint-config-ts

Another ESLint config extension for TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

@roomjs/eslint-config-ts

npm version

Another ESLint config for TypeScript projects.

Installation

  • npx install-peerdeps -D @roomjs/eslint-config-ts

Usage

Create .eslintrc file in the root folder of your project with the following content:

{
  "extends": "@roomjs/eslint-config-ts"
}