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