mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
17 lines
No EOL
436 B
JSON
17 lines
No EOL
436 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/* &",
|
|
"lint2": "eslint --ext .js @rbv/main/resources/web/assets/js/* &"
|
|
},
|
|
"author": "REBUILD",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-react": "^7.27.0"
|
|
}
|
|
} |