rebuild/package.json

19 lines
440 B
JSON
Raw Normal View History

2020-05-12 02:38:05 +08:00
{
2020-05-13 17:09:47 +08:00
"name": "rebuild-lint",
2020-05-12 02:38:05 +08:00
"version": "1.0.0",
"description": "rebuild js/jsx lint",
"author": "rebuild",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/getrebuild/rebuild.git"
},
2020-05-12 03:14:15 +08:00
"scripts": {
2020-05-13 17:09:47 +08:00
"lint": "eslint --ext .jsx,.js ./src/main/webapp/assets/js &"
2020-05-12 03:14:15 +08:00
},
2020-05-12 02:38:05 +08:00
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.19.0"
}
}