mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
{
|
|
"globals": {
|
|
"console": true,
|
|
"module": true,
|
|
"require": true
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"quotes": "single"
|
|
}
|
|
}
|