mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
15 lines
220 B
Plaintext
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
|
|
}
|
|
}
|