We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61665a commit fdb6a5bCopy full SHA for fdb6a5b
package.json
@@ -16,6 +16,7 @@
16
"lib/",
17
"src/"
18
],
19
+ "type": "commonjs",
20
"main": "lib/textlint-rule-no-unmatched-pair.js",
21
"directories": {
22
"lib": "lib",
@@ -40,10 +41,10 @@
40
41
"trailingComma": "none"
42
},
43
"devDependencies": {
- "lint-staged": "^15.1.0",
44
- "prettier": "^3.1.0",
45
- "textlint-scripts": "^13.4.1",
46
- "textlint-tester": "13.4.1"
+ "lint-staged": "^15.2.10",
+ "prettier": "^3.3.3",
+ "textlint-scripts": "^14.3.0",
47
+ "textlint-tester": "^14.3.0"
48
49
"publishConfig": {
50
"access": "public"
0 commit comments