relay-compiler-plus
Version:
A custom relay modern compiler that supports persisted queries
23 lines (22 loc) • 470 B
JSON
{
"rules": {
"class-name": true,
"comment-format": [
true,
"check-space"
],
"curly": true,
"eofline": true,
"indent": [true],
"jsdoc-format": true,
"no-arg": true,
"no-consecutive-blank-lines": [true],
"no-debugger": true,
"no-duplicate-variable": true,
"no-trailing-whitespace": true,
"no-var-keyword": true,
"quotemark": [false],
"typedef-whitespace": [true],
"semicolon": [true]
}
}