mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
enable that rule
This commit is contained in:
Vendored
+7
-1
@@ -1,6 +1,12 @@
|
||||
// Type definitions for elasticsearch 5.0
|
||||
// Project: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html
|
||||
// Definitions by: Casper Skydt <https://github.com/CasperSkydt>, Blake Smith <https://github.com/bfsmith>, Dave Dunkin <https://github.com/ddunkin>, Jeffery Grajkowski <https://github.com/pushplay>, Margus Lamp <https://github.com/mlamp>, Ahmad Ferdous Bin Alam <https://github.com/ahmadferdous>
|
||||
// Definitions by: Casper Skydt <https://github.com/CasperSkydt>
|
||||
// Blake Smith <https://github.com/bfsmith>
|
||||
// Dave Dunkin <https://github.com/ddunkin>
|
||||
// Jeffery Grajkowski <https://github.com/pushplay>
|
||||
// Margus Lamp <https://github.com/mlamp>
|
||||
// Ahmad Ferdous Bin Alam <https://github.com/ahmadferdous>
|
||||
// Simon Schick <demwizzy@gmail.com>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"rules": {
|
||||
"no-unnecessary-generics": false,
|
||||
"array-type": false,
|
||||
"no-empty-interface": false,
|
||||
"max-line-length": false
|
||||
"no-empty-interface": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user