0.0.2 • Published 5 years ago

eslint-plugin-et v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-plugin-et npm version

This is a generic eslint configuration that avoids the hassle of configuring every project.

The plugin contains some configuration of JavaScript TypeScript JSX

Usage

Install

yarn add eslint eslint-plugin-et --dev

Add to .eslintrc.yml

extends: 
  - plugin:et/recommended

lint

eslint --ext .jsx --ext .tsx ./

0.0.2

5 years ago

0.0.1

5 years ago