File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
packages/browser/test/e2e Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- ecmaFeatures : {
3
- modules : true ,
4
- spread : true ,
5
- restParams : true ,
6
- } ,
7
2
env : {
8
3
browser : true ,
9
4
node : true ,
@@ -12,5 +7,5 @@ module.exports = {
12
7
parserOptions : {
13
8
sourceType : 'module' ,
14
9
} ,
15
- extends : [ '../../.eslintrc.js' ] ,
10
+ extends : [ '../../.eslintrc.js' , 'plugin:playwright/playwright-test' ] ,
16
11
} ;
Original file line number Diff line number Diff line change 24
24
"@playwright/test" : " 1.17.0-next-alpha-nov-5-2021" ,
25
25
"@sentry/browser" : " file:../.." ,
26
26
"babel-loader" : " ^8.2.2" ,
27
+ "eslint-plugin-playwright" : " ^0.6.0" ,
27
28
"express" : " ^4.17.1" ,
29
+ "handlebars-loader" : " ^1.7.1" ,
28
30
"html-webpack-plugin" : " ^5.5.0" ,
29
31
"ts-loader" : " ^9.2.6" ,
30
32
"ts-node" : " ^10.4.0" ,
39
41
"@sentry/tracing" : " file:../../../tracing" ,
40
42
"@sentry/types" : " file:../../../types" ,
41
43
"@sentry/utils" : " file:../../../utils"
42
- },
43
- "devDependencies" : {
44
- "handlebars-loader" : " ^1.7.1"
45
44
}
46
45
}
You can’t perform that action at this time.
0 commit comments