Skip to content

Commit 52fdd83

Browse files
committed
fixing string quotes for linter
1 parent 9cf3555 commit 52fdd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict";
1+
'use strict';
22
var pjson = require('./package.json'),
33
Extension = require('openframe-extension'),
44
execSync = require('child_process').execSync,

0 commit comments

Comments
 (0)