We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c5dd2 commit ce8bf4dCopy full SHA for ce8bf4d
index.js
@@ -208,17 +208,7 @@ module.exports = {
208
caughtErrorsIgnorePattern: /^_$/.source
209
}
210
],
211
- 'handle-callback-err': 'warn',
212
'no-buffer-constructor': 'error',
213
- 'no-mixed-requires': [
214
- 'error',
215
- {
216
- grouping: true,
217
- allowCall: true
218
- }
219
- ],
220
- 'no-new-require': 'error',
221
- 'no-path-concat': 'error',
222
'no-restricted-imports': [
223
'error',
224
'domain',
@@ -227,14 +217,6 @@ module.exports = {
227
'sys',
228
'colors'
229
230
- 'no-restricted-modules': [
231
232
- 'domain',
233
- 'freelist',
234
- 'smalloc',
235
- 'sys',
236
- 'colors'
237
238
'array-bracket-newline': [
239
240
'consistent'
0 commit comments