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 7ea8f16 commit d6b52caCopy full SHA for d6b52ca
package.json
@@ -93,7 +93,7 @@
93
"pinst": "3.0.0",
94
"power-assert": "1.6.1",
95
"regenerator-runtime": "0.14.1",
96
- "xo": "0.53.1"
+ "xo": "0.56.0"
97
},
98
"ava": {
99
"files": [
@@ -205,6 +205,20 @@
205
],
206
"rules": {
207
"unicorn/prefer-node-protocol": "off",
208
+ "import/order": [
209
+ "error",
210
+ {
211
+ "groups": [
212
+ "builtin",
213
+ "external",
214
+ "parent",
215
+ "sibling",
216
+ "index"
217
+ ],
218
+ "newlines-between": "always",
219
+ "warnOnUnassignedImports": true
220
+ }
221
222
"unicorn/filename-case": [
223
"error",
224
{
0 commit comments