@@ -5,7 +5,6 @@ describe('scripts', () => {
5
5
describe ( _generate_lint_script . name , ( ) => {
6
6
describe ( `ts lint scripts` , ( ) => {
7
7
const output = _generate_lint_script ( {
8
- project_type : 'web-app' ,
9
8
builder : 'esbuild' ,
10
9
languages : [ 'ts' ] ,
11
10
technologies : [ 'react' ] ,
@@ -25,7 +24,6 @@ describe('scripts', () => {
25
24
26
25
describe ( `ts & js lint scripts` , ( ) => {
27
26
const output = _generate_lint_script ( {
28
- project_type : 'backend' ,
29
27
builder : 'esbuild' ,
30
28
languages : [ 'ts' , 'js' ] ,
31
29
technologies : [ ] ,
@@ -45,7 +43,6 @@ describe('scripts', () => {
45
43
46
44
describe ( `css lint scripts` , ( ) => {
47
45
const output = _generate_lint_script ( {
48
- project_type : 'web-app' ,
49
46
builder : 'esbuild' ,
50
47
languages : [ 'css' ] ,
51
48
technologies : [ ] ,
@@ -62,7 +59,6 @@ describe('scripts', () => {
62
59
63
60
describe ( `css & scss lint scripts` , ( ) => {
64
61
const output = _generate_lint_script ( {
65
- project_type : 'web-app' ,
66
62
builder : 'esbuild' ,
67
63
languages : [ 'css' , 'scss' ] ,
68
64
technologies : [ ] ,
0 commit comments