0.0.3 • Published 3 years ago

@michaelooo/lint v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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;