You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我在ts项目中声明了一个全局type,在使用这个type的时候,可以获得类型提示,但是eslint的no-undef规则无法校验通过 123declare global { type IdLike = number | string | null} 查阅eslint官方文档得知,需要配置eslint配置文件(.eslintrc.*文件或package.json文件的esli
The text was updated successfully, but these errors were encountered:
https://nikolausliu.github.io/2021-06-28/eslint%E6%97%A0%E6%B3%95%E8%AF%86%E5%88%ABts%E5%85%A8%E5%B1%80type%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88.html
我在ts项目中声明了一个全局type,在使用这个type的时候,可以获得类型提示,但是eslint的no-undef规则无法校验通过 123declare global { type IdLike = number | string | null} 查阅eslint官方文档得知,需要配置eslint配置文件(.eslintrc.*文件或package.json文件的esli
The text was updated successfully, but these errors were encountered: