Skip to content

Commit

Permalink
ci: 关闭 eslint camelcase 属性检测规则
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwumm committed Jun 14, 2024
1 parent 5375dc7 commit 4f8e297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
plugins: ['vue'],
rules: {
camelcase: 2, // 驼峰
camelcase: 'off', // 驼峰
indent: [2, 2], // 缩进2个空格
semi: [2, 'never'], // 要求或禁止使用分号代替 ASI,即禁用行尾使用分号
quotes: ['error', 'single'], // 强制使用一致的反勾号、双引号或单引号
Expand Down

0 comments on commit 4f8e297

Please sign in to comment.