model-modeling-language/.eslintrc.json
JanikNex 40ea38f596 Initial commit
- basic grammar and references
2023-05-09 18:03:11 +02:00

14 lines
226 B
JSON

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