mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
{
|
|
"extends": ["airbnb-standard"],
|
|
"globals": {
|
|
"fetch": true,
|
|
"hljs": true
|
|
},
|
|
"rules": {
|
|
"no-new-func": [
|
|
"off"
|
|
],
|
|
"no-param-reassign": [
|
|
"error",
|
|
{ "props": false }
|
|
]
|
|
}
|
|
}
|