Skip to content
ntnyq的前端人生
搜索全站
K
Main Navigation
首页
前端篇
基础篇
构建篇
插件篇
框架篇
拓展篇
Node篇
浏览器插件篇
油猴插件
工具篇
我的项目
vuepress-plugin-social-share
vuepress-plugin-svg-icons
element-plus-admin
omz-plugin-pnpm
gulp-plugins
Appearance
Menu
Return to top
On this page
ESLint
ESLint 默认不处理 dotfiles
解决方案:
bash
# .eslintignore
!
/.*
node_modules/.*
参考资料:
ESLint does not handle folders started from dot (e.g. /.tests)
!.*
in
eslintIgnore
lints dotfiles in node_modules