weapp-plugin-eslint

0.2.5 • Public • Published

weapp-plugin-eslint

检查 js 文件语法,可以在 config 定义规则也可以在根目录新建 .eslintrc

安装

npm i weapp-plugin-eslint -D

使用

weapp.config.js

module.exports = {
  plugins: [
    ['weapp-plugin-eslint', {
        ignore: undefined,
        match: /\.js$/,
        formatter,
        ...config
    }]
    // 'weapp-plugin-eslint',
  ],
};

/weapp-plugin-eslint/

    Package Sidebar

    Install

    npm i weapp-plugin-eslint

    Weekly Downloads

    4

    Version

    0.2.5

    License

    MIT

    Unpacked Size

    4.28 kB

    Total Files

    4

    Last publish

    Collaborators

    • bzone