roblox-ts / eslint-plugin-roblox-ts

7 stars 6 forks source link

`Array.length` -> `Array.size()` #30

Open osyrisrblx opened 3 years ago

osyrisrblx commented 3 years ago

If we find x.length where x is type Array<T>, we should warn + auto fix it to be x.size().