Skip to content

Commit 8e594fa

Browse files
committed
🚨 fix lint
1 parent 80a6b6a commit 8e594fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎packages/create-configs/src/steps/scripts.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ describe('scripts', () => {
55
describe(_generate_lint_script.name, () => {
66
describe(`ts lint scripts`, () => {
77
const output = _generate_lint_script({
8-
project_type: 'web-app',
98
builder: 'esbuild',
109
languages: ['ts'],
1110
technologies: ['react'],
@@ -25,7 +24,6 @@ describe('scripts', () => {
2524

2625
describe(`ts & js lint scripts`, () => {
2726
const output = _generate_lint_script({
28-
project_type: 'backend',
2927
builder: 'esbuild',
3028
languages: ['ts', 'js'],
3129
technologies: [],
@@ -45,7 +43,6 @@ describe('scripts', () => {
4543

4644
describe(`css lint scripts`, () => {
4745
const output = _generate_lint_script({
48-
project_type: 'web-app',
4946
builder: 'esbuild',
5047
languages: ['css'],
5148
technologies: [],
@@ -62,7 +59,6 @@ describe('scripts', () => {
6259

6360
describe(`css & scss lint scripts`, () => {
6461
const output = _generate_lint_script({
65-
project_type: 'web-app',
6662
builder: 'esbuild',
6763
languages: ['css', 'scss'],
6864
technologies: [],

0 commit comments

Comments
 (0)