UNPKG
eslint-config-ecu
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
An ecu-compatible ESlint config
github.com/dherault/ecu
dherault/ecu
eslint-config-ecu
/
index.js
9 lines
(8 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { extends:
'dherault-typescript'
, rules: {
'default-param-last'
:
'off'
,
'react/no-unused-prop-types'
:
'warn'
,
'react/jsx-closing-bracket-location'
:
'off'
,
// To allow ecu-display-name and other JSX comments
}, }