1.0.7 • Published 1 year ago

eslint-config-zad v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-zad

npm version node version MIT license

  • one-line eslint config for React.js
  • single quotes
  • no semi
  • support typescript

Usage

Install

yarn add eslint eslint-config-zad -D 

Config .eslintrc.js

module.exports = {
  extends: ['zad']
}