Skip to content

Commit 9732316

Browse files
committed
remove babel-eslint
1 parent 623a7c5 commit 9732316

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

eslint.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##
22
## hapi-plugin-websocket -- HAPI plugin for seamless WebSocket integration
3-
## Copyright (c) 2016-2021 Dr. Ralf S. Engelschall <[email protected]>
3+
## Copyright (c) 2016-2022 Dr. Ralf S. Engelschall <[email protected]>
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

3131
parserOptions:
32-
ecmaVersion: 8
32+
ecmaVersion: 12
3333
sourceType: module
3434
ecmaFeatures:
3535
jsx: false
3636

37-
parser: babel-eslint
38-
3937
env:
4038
browser: true
4139
node: false

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
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",

0 commit comments

Comments
 (0)