Skip to content

Commit 3f0a2e5

Browse files
authored
chore: Update eslint to 8.x (#105)
1 parent 3f4cae4 commit 3f0a2e5

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Diff for: ios/PluginTests/PluginTests.swift

-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ import Capacitor
44

55
class PluginTests: XCTestCase {
66

7-
override func setUp() {
8-
super.setUp()
9-
// Put setup code here. This method is called before the invocation of each test method in the class.
10-
}
11-
12-
override func tearDown() {
13-
// Put teardown code here. This method is called after the invocation of each test method in the class.
14-
super.tearDown()
15-
}
16-
177
func testEcho() {
188
// This is an example of a functional test case for a plugin.
199
// Use XCTAssert and related functions to verify your tests produce the correct results.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@capacitor/cli": "^6.0.0",
4747
"@capacitor/core": "^6.0.0",
4848
"@capacitor/docgen": "0.2.1",
49-
"@ionic/eslint-config": "^0.3.0",
49+
"@ionic/eslint-config": "^0.4.0",
5050
"@ionic/prettier-config": "~3.0.0",
5151
"@ionic/swiftlint-config": "^1.1.2",
52-
"eslint": "^7.11.0",
52+
"eslint": "^8.57.0",
5353
"prettier": "~2.8.8",
5454
"prettier-plugin-java": "~2.1.0",
5555
"rimraf": "^5.0.1",

0 commit comments

Comments
 (0)