Remove obsolete linter

This commit is contained in:
Hakan Ensari 2019-07-19 17:11:25 +03:00
parent b94b3f2bec
commit dac5465300

View File

@ -1,16 +0,0 @@
{
"extends": ["airbnb-standard"],
"globals": {
"fetch": true,
"hljs": true
},
"rules": {
"no-new-func": [
"off"
],
"no-param-reassign": [
"error",
{ "props": false }
]
}
}