コーディングスタイルをから変更しました
function getParams(entity) {
"use strict";
var accountID = store.getItem('AccountID'),
switch (entity) {
case "Topic":
に
function getParams(entity)
{
"use strict";
var accountID = store.getItem('AccountID'),
switch (entity)
{
case "Topic":
これで、次のようなjslintエラーが発生します。
警告6JSLint:')'と'{'の間にちょうど1つのスペースが必要です。警告9JSLint:列5ではなく列9に「var」が必要です。
オプションを確認しましたが、行の位置に関連して選択を解除するオプションが見つかりません。また、ある場合は、ファイルの先頭に追加できますか?