@michaelooo/lint

0.0.3 • Public • Published

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;

/@michaelooo/lint/

    Package Sidebar

    Install

    npm i @michaelooo/lint

    Weekly Downloads

    0

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    8.65 kB

    Total Files

    11

    Last publish

    Collaborators

    • michaelooo