0.7.5 • Published 10 months ago

eslint-plugin-tevent v0.7.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

eslint-plugin-tevent

ESLint config for Tevent

Installation

You'll first need to install eslint-plugin-tevent:

yarn add -D eslint-plugin-tevent

Usage

Add tevent/recommended to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["tevent/recommended"]
}