Files
liquidjs/.eslintrc.json
T
2017-04-24 21:31:30 +08:00

12 lines
132 B
JSON

{
"extends": "standard",
"env": {
"browser": true,
"node": true
},
"plugins": [
"standard",
"promise"
]
}