|
|
@@ -10,13 +10,11 @@
|
|
|
"lint": "eslint src --ext .ts",
|
|
|
"lint:fix": "eslint src --ext .ts --fix"
|
|
|
},
|
|
|
- "dependencies": {
|
|
|
- "eslint-plugin-regex": "^1.8.0"
|
|
|
- },
|
|
|
"devDependencies": {
|
|
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
|
|
|
"@textlint/kernel": "^12.0.2",
|
|
|
"@types/codemirror": "^5.60.2",
|
|
|
+ "eslint-plugin-regex": "^1.8.0",
|
|
|
"textlint-message-to-codemirror": "^1.0.0",
|
|
|
"textlint-plugin-markdown": "^4.0.6",
|
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|