1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-28 11:00:38 +12:00

Add .jshintrc, and use the "use strict" directive

.jshintrc's otion-set is a personal choice, merely a suggestion.
Beside that, it includes some common globals for specific browsers, so
there's no need to set the globals in every .js file.

In order to force strict coding, "use strict" directive was added into
every .js file.
This commit is contained in:
Deathamns 2014-10-19 13:11:27 +02:00 committed by gorhill
parent cd08ad9782
commit db83931fb7

View file

@ -1,5 +1,4 @@
// only for background and other extension pages
/* global chrome, Components, BeforeLoadEvent */
(function() {
'use strict';