Files
liquidjs/docs/themes/navy/source/js/.eslintrc
T
2020-03-28 17:21:07 +08:00

15 lines
220 B
Plaintext

{
"extends": "hexo",
"root": true,
// IE compatibility
"rules": {
"prefer-arrow-callback": "off",
"no-var": "off",
"prefer-const": "off",
"strict": "off"
},
"env": {
"browser": true
}
}