UNPKG
tree-sitter-nd
Version:
latest (0.0.3)
0.0.3
0.0.1
0.0.0
Plain text ND syntax (Fitch style)
github.com/Aerijo/tree-sitter-nd
Aerijo/tree-sitter-nd
tree-sitter-nd
/
.eslintrc.json
10 lines
(9 loc)
•
115 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"parserOptions"
:
{
"ecmaVersion"
:
8
,
"sourceType"
:
"module"
}
,
"rules"
:
{
"semi"
:
"warn"
}
}