.eslintignore 366 B

12345678910
  1. # 把下面 .eslintignore 文件放到当前工作目录里,将忽略 node_modules,bower_components 以及 build/ 目录下除了 build/index.js 的所有文件。
  2. # /node_modules/* and /bower_components/* ignored by default
  3. # Ignore built files except build/index.js
  4. build/*
  5. !build/index.js
  6. ApplicationCenter/autojsDemo/*
  7. ApplicationCenter/pro商店脚本/*