0.0.2 • Published 1 year ago

@tubie/eslint-config-base v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Intro

This is my base ESLint config for TS projects. The config can be used standalone, but its main purpose is to be extended by eslint-config-ts and eslint-config-tsx.

Install

npm i eslint eslint-plugin-import eslint-plugin-prettier
npm i @tubie/eslint-config-base

Usage

module.exports = {
  'root': true,
  
  'extends': [
    '@tubie/eslint-config-base'
  ]
};