enable that rule

This commit is contained in:
Simon Schick
2017-11-21 23:22:46 +01:00
parent 2c708ba138
commit cfff51283f
2 changed files with 8 additions and 3 deletions
+7 -1
View File
@@ -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
+1 -2
View File
@@ -3,7 +3,6 @@
"rules": {
"no-unnecessary-generics": false,
"array-type": false,
"no-empty-interface": false,
"max-line-length": false
"no-empty-interface": false
}
}