UNPKG
eslint-config-metarhia
Version:
latest (9.1.9)
9.1.9
9.1.8
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
9.1.0
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.2.2
8.2.1
8.2.0
8.1.0
8.0.0
7.0.1
7.0.0
6.1.0
6.0.0
5.0.0
4.0.0
3.0.0
2.0.0
1.0.1
1.0.0
ESLint config for Metarhia projects
metarhia.com
metarhia/eslint-config-metarhia
eslint-config-metarhia
/
rules
/
nodejs-and-commonjs.js
6 lines
(4 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
= {
'handle-callback-err'
: [
'error'
,
'^err'
], };