1.0.2 • Published 2 years ago

@tarrasque/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This package provides ESLint configuration for Tarrasque App projects. It is intended to be used with @tarrasque/prettier-config and @tarrasque/tsconfig.

Installation

To install this package, run the following command:

yarn add --dev @tarrasque/eslint-config

You will also need to install the following peer dependencies:

yarn add --dev eslint prettier typescript

Usage

Add the following to your .eslintrc.js file, depending on your project type:

Node.js

module.exports = require("@tarrasque/eslint-config/node");

React

module.exports = require("@tarrasque/eslint-config/react");