mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
chore(TypeScript): fix linting and generate .d.ts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"plugins": [
|
||||
"mocha"
|
||||
],
|
||||
"rules": {
|
||||
"no-unused-expressions": "off",
|
||||
"no-new": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user