JSTQL-JS-Transform/JSTQL/.eslintrc.json

14 lines
226 B
JSON
Raw Normal View History

{
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}