mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"name": "rb-lint",
|
|
"version": "1.0.0",
|
|
"description": "Lint .js with eslint",
|
|
"main": ".eslintrc.js",
|
|
"scripts": {
|
|
"lint": "eslint --ext .js src/main/resources/web/assets/js/* &"
|
|
},
|
|
"author": "REBUILD",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-react": "^7.20.6"
|
|
}
|
|
}
|