camel_case:强制camelCame名称但允许在属性名称中使用_的ESLint规则

时间:2024-07-24 01:31:26
【文件属性】:

文件名称:camel_case:强制camelCame名称但允许在属性名称中使用_的ESLint规则

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-24 01:31:26

JavaScript

骆驼香烟盒 强制camelCame名称但允许在属性名称中使用_的ESLint规则 相关:我将自己的自定义 eslint 规则集合放入 我们想在变量名中使用驼峰命名,但仍然希望在 JSON 对象中允许使用下划线: var goodObject = { property_name: 1, another_property: 2 }; 有驼峰规则,部队每一个名字是驼峰格式 $ jshint index.js index.js: line 2, col 0, Identifier 'property_name' is not in camel case. index.js: line 3, col 0, Identifier 'another_property' is not in camel case. 2 errors 有手动解决方法: 使用// jshint ignore


【文件预览】:
camel_case-master
----.jshintrc(40B)
----.eslintrc(254B)
----.travis.yml(113B)
----test()
--------test.js(609B)
--------.gitignore(7B)
--------index.js(329B)
----camel_case.js(1KB)
----README.md(4KB)
----.gitignore(21B)
----package.json(639B)

网友评论