mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-11 01:14:42 +08:00
19 lines
No EOL
438 B
JSON
19 lines
No EOL
438 B
JSON
{
|
|
"name": "rebuild-lint",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext .jsx,.js src/main/webapp/assets/js &"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.0.0",
|
|
"eslint-plugin-react": "^7.19.0"
|
|
}
|
|
} |