1.0.2 • Published 5 years ago

eslint-config-tmsfe v1.0.2

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

eslint-config-tmsfe

This package provides tms's JS and Vue .eslintrc (with Vue plugin) as an extensible shared config.

Installation

# npm
npm install eslint eslint-config-tmsfe -D

# yarn
yarn add eslint eslint-config-tmsfe -D

Usage

You can create a file .eslintrc.js in the project root directory,Configuration is as follows:

// .eslintrc.js
module.exports = {
  extends: ["eslint-config-tmsfe"]
};

Reading