mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
13 lines
143 B
JSON
13 lines
143 B
JSON
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"plugins": [
|
|
"mocha"
|
|
],
|
|
"rules": {
|
|
"no-unused-expressions": "off",
|
|
"no-new": "off"
|
|
}
|
|
}
|