This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

packi-lint-config

0.1.11 • Public • Published

packi-lint-config

常用 lint 与代码排版规则。

安装

npm i packi-lint-config --save-dev

使用

.eslintrc.js

const base = require('packi-lint-config/eslintrc');

module.exports = Object.assign({}, base, {});

.pretterrc.js

const base = require('packi-lint-config/prettierrc');

module.exports = Object.assign({}, base, {});

Readme

Keywords

none

Package Sidebar

Install

npm i packi-lint-config

Weekly Downloads

2

Version

0.1.11

License

MIT

Unpacked Size

2.44 kB

Total Files

4

Last publish

Collaborators

  • yusangeng