@mkfe/config

1.2.2 • Public • Published

config

使用

yarn add @mkfe/config -D

Eslint

// .eslintrc.js

// vue
const EslintConfig = require('@mkfe/config/eslint-vue');

// react
const EslintConfig = require('@mkfe/config/eslint-react');

module.exports = EslintConfig;

prettier

// prettier.config.js

const PrettierConfig = require('@mkfe/config/prettier.config');

module.exports = {
    ...PrettierConfig
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.20latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.20
1.2.10
1.2.00
1.1.10
1.1.00

Package Sidebar

Install

npm i @mkfe/config

Weekly Downloads

0

Version

1.2.2

License

ISC

Unpacked Size

9.89 kB

Total Files

10

Last publish

Collaborators

  • monkeyfeiyu