virtual-labs-archive / vlsi-iiith

Other
4 stars 270 forks source link

Expected method shorthand. (object-shorthand) #178

Open BSravanthi opened 6 years ago

BSravanthi commented 6 years ago

ECMAScript 6 provides a concise form for defining object literal methods and properties. This syntax can make defining complex object literals much cleaner. In ECMAScript 6:

{},
    *y() {},
    z
};

Please refer to the following link to fix similar issues. https://app.codacy.com/app/BSravanthi/vlsi-iiith/issues?bid=7972124&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W251bGxdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiQ29kZSBTdHlsZSJdfSx7ImlkIjoiTGV2ZWwiLCJ2YWx1ZXMiOltudWxsXX0seyJpZCI6IlBhdHRlcm4iLCJ2YWx1ZXMiOlsxNjE5XX0seyJ2YWx1ZXMiOltdfV0=

AksharaMayreddy commented 6 years ago

commit id : d4c4826977252252018e84e8a097b4daf55bcd52

VINEETHREDDYSHERI commented 6 years ago

Valid fix @AksharaMayreddy

Pallavi98 commented 5 years ago

valid fix @AksharaMayreddy