mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "dtslint/dtslint.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"no-empty-interface": false,
|
|
"no-unnecessary-generics": false,
|
|
"semicolon": false,
|
|
"whitespace": false
|
|
}
|
|
}
|