mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:11:07 +08:00
6 lines
138 B
JSON
6 lines
138 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"]
|
|
}
|
|
} |