Update TSLint configuration to detect bad indentation.
This commit is contained in:
parent
a1d945f14f
commit
211ad30f72
136 changed files with 15588 additions and 3 deletions
3
node_modules/isarray/index.js
generated
vendored
Normal file
3
node_modules/isarray/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = Array.isArray || function (arr) {
|
||||
return Object.prototype.toString.call(arr) == '[object Array]';
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue