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.
xo
1 parent f6b8c95 commit f992287Copy full SHA for f992287
lib/util-escape.js
@@ -1,5 +1,6 @@
1
import {stringifyEntitiesLight} from 'stringify-entities'
2
3
+// eslint-disable-next-line no-control-regex
4
const noncharacter = /[\u0000-\u0008\u000B\u000C\u000E-\u001F]/g
5
6
/**
package.json
@@ -47,7 +47,7 @@
47
"typescript": "^4.0.0",
48
"unist-builder": "^3.0.0",
49
"xastscript": "^3.0.0",
50
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
51
},
52
"scripts": {
53
"prepack": "npm run build && npm run format",
@@ -66,10 +66,7 @@
66
"trailingComma": "none"
67
68
"xo": {
69
- "prettier": true,
70
- "rules": {
71
- "no-control-regex": "off"
72
- }
+ "prettier": true
73
74
"remarkConfig": {
75
"plugins": [
0 commit comments