mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 10:28:05 +00:00
eslint: add camelcase rule
This commit is contained in:
parent
833b4733a8
commit
8e726da82a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
requireConfigFile: false,
|
||||
},
|
||||
rules: {
|
||||
"camelcase": "warn",
|
||||
// override/add rules settings here, such as:
|
||||
// 'vue/no-unused-vars': 'error'
|
||||
"no-unused-vars": "warn",
|
||||
|
|
Loading…
Reference in a new issue