name = person.first_name; // this throws a jslint warning问题是SQL推荐的命名标准是underscore_case,而角的命名标准是camelCase我不想禁用jslint,这在其他方面是非常有用的.{}
在.jshintrc中,但我不想在全球范围内禁用camelcase检查.目前,我使用&q
我需要对接口或类型中的属性使用snake_case。我用来设置规则camelcase 'camelcase': ["error", {properties: "never"}], as it mentioned in docs。error a_b: number, // Identifier 'a_b' is not in camel case.eslint(camel