mirror of https://github.com/apache/druid.git
17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"extends": "awesome-code-style",
|
|
"rules": {
|
|
"file-header": [true, "Licensed to the Apache Software Foundation \\(ASF\\).+"],
|
|
"no-shadowed-variable": false,
|
|
"variable-name": false,
|
|
"no-conditional-assignment": true,
|
|
"no-string-literal": false,
|
|
"object-literal-shorthand": false,
|
|
"arrow-return-shorthand": false,
|
|
"no-unused-variable": false
|
|
},
|
|
"linterOptions": {
|
|
"format": "useful"
|
|
}
|
|
}
|