Skip to content

Commit 4ee3006

Browse files
committed
🎨 identation fixes
1 parent 6d3a41a commit 4ee3006

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

bin/helpers/constants.js

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -131,23 +131,24 @@ const messageTypes = {
131131

132132
const allowedFileTypes = ['js', 'json', 'txt', 'ts', 'feature', 'features', 'pdf', 'jpg', 'jpeg', 'png', 'zip', 'npmrc', 'xml', 'doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'jsx', 'coffee', 'cjsx', 'csv', 'tsv', 'yml', 'yaml'];
133133

134-
const filesToIgnoreWhileUploading = ['**/node_modules/**',
135-
'node_modules/**',
136-
'package-lock.json',
137-
'package.json',
138-
'browserstack-package.json',
139-
'tests.zip',
140-
'cypress.json',
141-
'.idea/',
142-
'*.iml',
143-
'.vscode/',
144-
'.npm/',
145-
'.vscode-test',
146-
'.yarn/cache',
147-
'.yarn/unplugged',
148-
'.yarn/install-state.gz',
149-
'.pnp.*'
150-
]
134+
const filesToIgnoreWhileUploading = [
135+
'**/node_modules/**',
136+
'node_modules/**',
137+
'package-lock.json',
138+
'package.json',
139+
'browserstack-package.json',
140+
'tests.zip',
141+
'cypress.json',
142+
'.idea/',
143+
'*.iml',
144+
'.vscode/',
145+
'.npm/',
146+
'.vscode-test',
147+
'.yarn/cache',
148+
'.yarn/unplugged',
149+
'.yarn/install-state.gz',
150+
'.pnp.*'
151+
];
151152

152153
const specFileTypes = ['js', 'ts', 'feature', 'jsx', 'coffee', 'cjsx'];
153154

0 commit comments

Comments
 (0)