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.
require()
2 parents 7d70e10 + 9f184f0 commit 438cc67Copy full SHA for 438cc67
.eslintrc.json
@@ -15,6 +15,6 @@
15
"prettier"
16
],
17
"rules": {
18
- "node/no-unpublished-require": 0
+ "import/order": [2, { "newlines-between": "always" }]
19
}
20
0 commit comments