2 Star 0 Fork 0

mirrors_babel/eslint-plugin-babel-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Tschinder 提交于 2020-03-17 14:01 . chore: Update eslint and mocha
{
"name": "@babel/eslint-plugin-development",
"version": "1.0.1",
"description": "A set of eslint rules to enforce best practices in the development of Babel plugins.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": {
"name": "Nicolò Ribaudo",
"email": "nicolo.ribaudo@gmail.com",
"url": "https://github.com/nicolo-ribaudo"
},
"main": "src/index.js",
"scripts": {
"test": "mocha tests --recursive",
"lint": "eslint src tests"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.0.0",
"mocha": "^7.1.0",
"prettier": "^1.15.2"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/babel/eslint-plugin-babel-plugin.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_babel/eslint-plugin-babel-plugin.git
git@gitee.com:mirrors_babel/eslint-plugin-babel-plugin.git
mirrors_babel
eslint-plugin-babel-plugin
eslint-plugin-babel-plugin
master

搜索帮助