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 0932fc0 commit c3e3f37Copy full SHA for c3e3f37
package.json
@@ -87,13 +87,13 @@
87
"esdoc-standard-plugin": "1.0.0",
88
"fixpack": "4.0.0",
89
"husky": "9.0.10",
90
- "lint-staged": "15.2.1",
+ "lint-staged": "15.2.2",
91
"microbundle": "0.15.1",
92
"np": "9.2.0",
93
"pinst": "3.0.0",
94
"power-assert": "1.6.1",
95
"regenerator-runtime": "0.14.1",
96
- "xo": "0.56.0"
+ "xo": "0.57.0"
97
},
98
"ava": {
99
"files": [
@@ -205,6 +205,7 @@
205
],
206
"rules": {
207
"unicorn/prefer-node-protocol": "off",
208
+ "unicorn/prevent-abbreviations": "off",
209
"import/order": [
210
"error",
211
{
0 commit comments