mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
10 lines
319 B
JSON
10 lines
319 B
JSON
{
|
|
"extends": ["tslint-config-airbnb", "tslint-config-prettier"],
|
|
"rules": {
|
|
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
|
|
"object-shorthand-properties-first": false,
|
|
"max-line-length": [true, { "limit": 100, "ignore-pattern": "`[^`]+`" }],
|
|
"import-name": false
|
|
}
|
|
}
|