mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
12 lines
132 B
JSON
12 lines
132 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"plugins": [
|
|
"standard",
|
|
"promise"
|
|
]
|
|
}
|