Skip to content

Commit 849b790

Browse files
committed
chore(deps): update textlint-tester
1 parent 8aa6ae3 commit 849b790

File tree

3 files changed

+1873
-1482
lines changed

3 files changed

+1873
-1482
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
],
3434
"devDependencies": {
3535
"@types/structured-source": "^3.0.0",
36-
"eslint": "6.5.1",
37-
"textlint-scripts": "^3.0.0",
38-
"textlint-plugin-asciidoctor": "^1.1.0"
36+
"eslint": "7.28.0",
37+
"textlint-plugin-asciidoctor": "^1.1.0",
38+
"textlint-scripts": "^12.0.1"
3939
},
4040
"peerDependencies": {
4141
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"

test/textlint-rule-eslint-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import rule from "../src/textlint-rule-eslint";
44

55
const path = require("path");
6-
const TextLintTester = require("textlint-tester");
6+
import TextLintTester from "textlint-tester";
77
const tester = new TextLintTester();
88
const configFilePath = path.join(__dirname, "fixtures/style.eslintconfig.js");
99
const WrongCode1 = "var a = 1";

0 commit comments

Comments
 (0)