From 5870d988b5bd7ec87d7d9f14f0fb798125ff5f66 Mon Sep 17 00:00:00 2001 From: BoHong Li Date: Tue, 14 Mar 2017 13:02:43 +0800 Subject: Use strict mode in all backend files add ‘use strict’ in all backend file --- lib/config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/config.js') diff --git a/lib/config.js b/lib/config.js index af4c22cd..2ecb4783 100644 --- a/lib/config.js +++ b/lib/config.js @@ -1,3 +1,4 @@ +'use strict' // external modules var fs = require('fs') var path = require('path') -- cgit v1.2.3