mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
{
|
|
"globals": {
|
|
"console": true,
|
|
"module": true,
|
|
"require": true
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"quotes": [2, "single"]
|
|
}
|
|
}
|