UNPKG
@rdbird/eslint-config
Version:
latest (6.0.2)
6.0.2
6.0.1
6.0.0
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
0.0.3
0.0.2
RdBird's ESLint configuration
github.com/RdBird/eslint-config
RdBird/eslint-config
@rdbird/eslint-config
/
react.js
14 lines
(13 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.exports = {
parserOptions:
{
ecmaFeatures:
{
jsx:
true
, }, },
plugins:
[
'react'
],
extends:
[
'eslint-config-standard-react'
,
'./rules/react'
,
'eslint-config-prettier/react'
, ].map(
require
.resolve), };