File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11# #
22# # hapi-plugin-websocket -- HAPI plugin for seamless WebSocket integration
3- # # Copyright (c) 2016-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
3+ # # Copyright (c) 2016-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
44# #
55# # Permission is hereby granted, free of charge, to any person obtaining
66# # a copy of this software and associated documentation files (the
@@ -29,13 +29,11 @@ extends:
2929 - eslint-config-standard
3030
3131parserOptions :
32- ecmaVersion : 8
32+ ecmaVersion : 12
3333 sourceType : module
3434 ecmaFeatures :
3535 jsx : false
3636
37- parser : babel-eslint
38-
3937env :
4038 browser : true
4139 node : false
Original file line number Diff line number Diff line change 2929 "devDependencies" : {
3030 "@hapi/hapi" : " 20.2.2" ,
3131 "@hapi/basic" : " 6.0.0" ,
32- "babel-eslint" : " 10.1.0" ,
3332 "eslint" : " 8.13.0" ,
3433 "eslint-config-standard" : " 17.0.0" ,
3534 "eslint-plugin-import" : " 2.26.0" ,
You can’t perform that action at this time.
0 commit comments