项目作者: tyom

项目描述 :
My ESLint base config
高级语言: JavaScript
项目地址: git://github.com/tyom/eslint-config.git
创建时间: 2018-09-23T18:49:57Z
项目社区:https://github.com/tyom/eslint-config

开源协议:

下载


Tyom’s ESLint config

Base for JS projects.

Configs

  • base
    Base ES 2018 config for use with node and on the client.

  • prettier
    Includes base and Prettier plugin recommendations. Additional preferences.

  • jest
    Includes base and Jest plugin recommendations. Additional preferences.

  • Vue
    Includes base and Vue plugin strong recommendations. Additional preferences.

Install

  1. npm i eslint-config-tyom
  1. yarn add eslint-config-tyom

Then to import everything in eslintrc:

  1. { "extends": ["tyom"] }

individual configs:

  1. { "extends": ["tyom/prettier", "tyom/vue"] }