{ "extends": "standard", "rules": { "semi": [ "error", "always" ], "camelcase": [ "error", { "allow": [ "p_type" ] } ] } }