Skip to content

Commit ad8088c

Browse files
committed
chore: lint
1 parent defc02b commit ad8088c

File tree

1 file changed

+5
-4
lines changed
  • ts/blueprints/ember-cli-typescript

1 file changed

+5
-4
lines changed

ts/blueprints/ember-cli-typescript/index.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ module.exports = {
6868
}
6969

7070
return {
71-
includes: JSON.stringify(includes.map(include => `${include}/**/*`), null, 2).replace(
72-
/\n/g,
73-
'\n '
74-
),
71+
includes: JSON.stringify(
72+
includes.map(include => `${include}/**/*`),
73+
null,
74+
2
75+
).replace(/\n/g, '\n '),
7576
pathsFor: dasherizedName => {
7677
// We need to wait to use this module until `ember-cli-typescript-blueprints` has been installed
7778
let updatePathsForAddon = require('ember-cli-typescript-blueprints/lib/utilities/update-paths-for-addon');

0 commit comments

Comments
 (0)