.eslintignore 295 B

1234567
  1. # 1.如果是针对某个文件: 在需要过滤的文件头部末尾分别添加:/* eslint-disable */,/* eslint-disable no-new */
  2. # 2.除了 .eslintignore 文件中的模式,ESLint总是忽略 /node_modules/* 和 /bower_components/* 中的文件
  3. **/vendor/*
  4. **/components/comp-vendor/*