2016-01-15 00:53:55 +08:00
|
|
|
{
|
|
|
|
"rules": {
|
2016-01-15 21:45:30 +08:00
|
|
|
"no-unused-expression": true,
|
|
|
|
"no-unreachable": true,
|
2016-01-21 17:22:52 +08:00
|
|
|
"no-duplicate-variable": true,
|
|
|
|
"no-unexternalized-strings": [
|
|
|
|
true,
|
|
|
|
{
|
|
|
|
"signatures": ["localize", "nls.localize"],
|
|
|
|
"messageIndex": 1
|
|
|
|
}
|
|
|
|
]
|
2016-01-15 00:53:55 +08:00
|
|
|
}
|
|
|
|
}
|