摘要:
/* eslint-disable */ alert('foo'); /* eslint-enable */ 你也可以对指定的规则启用或禁用警告: /* eslint-disable no-alert, no-console */ alert('foo'); console.log('bar'); 阅读全文
posted @ 2020-09-06 18:02
迷你淘
阅读(1435)
评论(0)
推荐(0)
摘要:
对所有js文件进行校验安装pre-commit插件的依赖 npm i --save-dev pre-commit package.json { "name": "nodetest", "version": "1.0.0", "description": "", "main": "index.js", 阅读全文
posted @ 2020-09-06 17:36
迷你淘
阅读(1172)
评论(0)
推荐(0)

浙公网安备 33010602011771号