mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
fix: `Nil`(null, undefined) now renders as empty string change: `parser.parseValue()` renamed to `parser.parseOutput` change: registered tags/filters become static and shared across different liquid instances
21 lines
305 B
JSON
21 lines
305 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"mocha": true,
|
|
"es6": true,
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"mocha",
|
|
"standard",
|
|
"@typescript-eslint",
|
|
"promise"
|
|
],
|
|
"rules": {
|
|
"no-var": 2,
|
|
"prefer-const": 2
|
|
}
|
|
}
|