Blame view

node_modules/eslint-plugin-node/lib/index.js 276 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
  /**
   * @author Toru Nagashima
   * @copyright 2017 Toru Nagashima. All rights reserved.
   * See LICENSE file in root directory for full license.
   */
  "use strict"
  
  module.exports = {
      configs: { recommended: require("./recommended.json") },
      rules: require("./rules.js"),
  }