@0xforkitall/eslint-config
v1.3.0
Published
Shared Eslint config for TypeScript projects
Downloads
132
Maintainers
Readme
@0xforkitall/eslint-config
This repository contains the shared ESLint configurations files for TypeScript projects.
Installation
Use npm or yarn to install the package:
yarn add --dev @0xforkitall/eslint-config
Usage
Extends the ESLint configurations on a .eslintrc.js
file:
module.exports = {
extends: ['@0xforkitall/eslint-config']
};
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.