lint
eslint 常用配置文件
Usage
// .eslintrc.js
const {
// used for deployment
lintBuild,
// used for text editor, more strict than lintBuild
lintStrict,
// used for npm packages
lintFramework,
} = require('@michaelooo/lint');
module.exports = lintStrict;