We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6271c2 commit 9149470Copy full SHA for 9149470
package.json
@@ -59,11 +59,7 @@
59
"trailingComma": "none"
60
},
61
"xo": {
62
- "prettier": true,
63
- "rules": {
64
- "no-var": "off",
65
- "prefer-arrow-callback": "off"
66
- }
+ "prettier": true
67
68
"remarkConfig": {
69
"plugins": [
test.js
@@ -1,7 +1,7 @@
1
import test from 'tape'
2
import {generated} from './index.js'
3
4
-test('generated', function (t) {
+test('generated', (t) => {
5
t.equal(generated(), true, 'should not throw without node')
6
7
t.equal(
0 commit comments