UNPKG

eslint-config-blockabc

Version:

A All-in-One eslint config project based on Standard Style

13 lines (11 loc) 170 B
export class Javascript { say () { console.log('hello'); if (window.innerWidth === 2) { console.log(1) } else { console.log(2) } } }