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 e6668e2 commit b611126Copy full SHA for b611126
package.json
@@ -78,9 +78,7 @@
78
"prettier": true,
79
"esnext": false,
80
"rules": {
81
- "guard-for-in": "off",
82
"unicorn/prefer-type-error": "off",
83
- "import/no-unassigned-import": "off",
84
"max-params": "off"
85
},
86
"ignores": [
test/index.js
@@ -1,7 +1,9 @@
1
'use strict'
2
3
+/* eslint-disable import/no-unassigned-import */
4
require('./matches')
5
require('./select')
6
require('./select-all')
7
require('./all')
8
require('./svg')
9
+/* eslint-enable import/no-unassigned-import */
0 commit comments