mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-22 21:34:24 +08:00
fix: eslint
This commit is contained in:
parent
4bd2e4a5f1
commit
a5751df2d2
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"url": "https://github.com/getrebuild/rebuild.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .jsx,.js src/main/webapp/assets/js &"
|
||||
"lint": "eslint --ext .jsx,.js src/main/webapp/assets/js/* &"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
|
|
|
@ -1376,6 +1376,7 @@ class ReferenceSearcher extends RbModal {
|
|||
|
||||
componentDidMount() {
|
||||
super.componentDidMount()
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
referenceSearch__dialog = this
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue