1.2.2 • Published 3 years ago

@mkfe/config v1.2.2

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

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
};