1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 07:30:05 +00:00

chore(lint): fixed lint issues in cypress folder

This commit is contained in:
Yury Shkoda
2022-05-12 09:06:52 +03:00
parent dd237ceeec
commit 54a33ac98a
5 changed files with 111 additions and 90 deletions

View File

@@ -9,7 +9,7 @@ const webpackOptions = {
{
test: /\.ts$/,
loaders: ['ts-loader'],
exclude: [/node_modules/],
exclude: [/node_modules/]
},
{
test: /\.(html|css)$/,