1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 01:52:49 +00:00

client - use mobx as state container

This commit is contained in:
2018-01-09 20:24:09 -06:00
parent 8a39f687a8
commit 2d6ff0875f
13 changed files with 100 additions and 42 deletions

View File

@@ -3,6 +3,7 @@
"rules": {
"import-name": false,
"max-line-length": [true, 140],
"no-unused-variable": [true]
"no-unused-variable": [true],
"variable-name": [false]
}
}