mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Disable ESLint camelcase rule in stubs
This commit is contained in:
parent
cdcd6bec21
commit
bf31148f69
1 changed files with 5 additions and 0 deletions
5
resources/assets/js/stubs/.eslintrc
Normal file
5
resources/assets/js/stubs/.eslintrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"rules": {
|
||||||
|
"camelcase": "off"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue