eslint-config-tmsfe

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-tmsfe

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

48.4 kB

Total Files

7

Last publish

Collaborators

  • snowball0705