mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
17 lines
206 B
JSON
17 lines
206 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"es6": true,
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"plugins": [
|
|
"standard",
|
|
"promise"
|
|
],
|
|
"rules": {
|
|
"no-var": 2,
|
|
"prefer-const": 2
|
|
}
|
|
}
|