Skip to content

Commit

Permalink
Add 'use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 20, 2018
1 parent 452ab2d commit 2088c5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion blueprints/flexi/index.js
@@ -1,4 +1,5 @@
/* eslint-env node */
'use strict';

let inquirer = require('inquirer');

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion config/changelog.js
@@ -1,4 +1,4 @@
// jshint node:true
'use strict';

// For details on each option run `ember help release`
module.exports = {
Expand Down
3 changes: 2 additions & 1 deletion config/flexi.js
@@ -1,4 +1,5 @@
/* jshint node:true */
'use strict';

module.exports = {

// breakpoints, order does not matter, they will be sorted by `begin`
Expand Down
3 changes: 2 additions & 1 deletion tests/dummy/config/flexi.js
@@ -1,4 +1,5 @@
/* jshint node:true */
'use strict';

module.exports = {

// breakpoints, order does not matter, they will be sorted by `begin`
Expand Down

0 comments on commit 2088c5c

Please sign in to comment.