1.0.2 • Published 3 years ago
@tarrasque/eslint-config v1.0.2
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-configYou will also need to install the following peer dependencies:
yarn add --dev eslint prettier typescriptUsage
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");