bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Remove use strict #79

Open qathom opened 6 years ago

qathom commented 6 years ago

Description

[What does this PR add/change/fix?]

Hello,

In this PR, I removed the usage of 'use strict' which is not necessary in ES6 modules because they are always in strict mode.

Requirements

What's to be done