mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-16 21:12:13 +00:00
Breaking changes in CLI params
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
"semi": [2, "always"],
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
"quotes": [2, "single", { "avoidEscape": true }]
|
||||
"quotes": [2, "single", { "avoidEscape": true }],
|
||||
"padding-line-between-statements": [
|
||||
"error",
|
||||
{ "blankLine": "always", "prev": "*", "next": "return" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user