mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-23 15:57:59 -05:00
Compare commits
2 commits
18fa0ebc6a
...
8ff1cd8317
Author | SHA1 | Date | |
---|---|---|---|
|
8ff1cd8317 | ||
|
f6e8f83d4e |
2 changed files with 3 additions and 1 deletions
|
@ -383,7 +383,7 @@ export default class App extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setState({ loading: false, connectParams: connectParams });
|
this.setState({ loading: false, connectParams });
|
||||||
|
|
||||||
if (connectParams.autoconnect) {
|
if (connectParams.autoconnect) {
|
||||||
this.setState({ connectForm: false });
|
this.setState({ connectForm: false });
|
||||||
|
|
|
@ -24,6 +24,8 @@ export default [
|
||||||
}],
|
}],
|
||||||
"no-var": "error",
|
"no-var": "error",
|
||||||
"eqeqeq": "error",
|
"eqeqeq": "error",
|
||||||
|
"no-invalid-this": "error",
|
||||||
|
"prefer-arrow-callback": "error",
|
||||||
"@stylistic/js/indent": ["warn", "tab"],
|
"@stylistic/js/indent": ["warn", "tab"],
|
||||||
"@stylistic/js/quotes": ["warn", "double"],
|
"@stylistic/js/quotes": ["warn", "double"],
|
||||||
"@stylistic/js/semi": "warn",
|
"@stylistic/js/semi": "warn",
|
||||||
|
|
Loading…
Reference in a new issue