File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # super strict mode
2+ auto-install-peers = false
3+ resolve-peers-from-workspace-root = false
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const path = require ( 'path' ) ;
4- const fs = require ( 'fs-extra' ) ;
5- const sortPackageJson = require ( 'sort-package-json' ) ;
6- const normalizeEntityName = require ( 'ember-cli-normalize-entity-name' ) ;
7-
83let date = new Date ( ) ;
94
105const description = 'The default blueprint for Embroider v2 addons.' ;
@@ -61,12 +56,6 @@ module.exports = {
6156
6257 return files ;
6358 } ,
64-
65- normalizeEntityName ( entityName ) {
66- entityName = normalizeEntityName ( entityName ) ;
67-
68- return entityName ;
69- } ,
7059} ;
7160
7261function buildBlueprintOptions ( blueprintOptions ) {
Original file line number Diff line number Diff line change 1212 "license" : " MIT" ,
1313 "author" : " " ,
1414 "scripts" : {
15- "lint" : " eslint . --cache" ,
16- "lint:fix" : " eslint . --fix"
1715 },
1816 "dependencies" : {
19- "ember-cli-normalize-entity-name" : " ^1.0.0" ,
20- "fs-extra" : " ^10.0.0" ,
21- "sort-package-json" : " ^1.54.0"
2217 },
2318 "devDependencies" : {
24- "@nullvoxpopuli/eslint-configs" : " ^3.2.0" ,
25- "@typescript-eslint/eslint-plugin" : " ^6.4.0" ,
26- "@typescript-eslint/parser" : " ^6.4.0" ,
27- "eslint" : " ^8.19.0" ,
28- "prettier" : " ^3.0.2" ,
29- "release-plan" : " ^0.16.0" ,
30- "typescript" : " ^4.7.4"
19+ "release-plan" : " ^0.16.0"
3120 },
3221 "packageManager" :
" [email protected] " 3322}
You can’t perform that action at this time.
0 commit comments