UNPKG
react-webpack-flux-babel-natliu
Version:
latest (1.0.1)
1.0.1
1.0.0
react 全栈
react-webpack-flux-babel-natliu
/
.eslintrc
7 lines
•
121 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"parser"
:
"babel-eslint"
,
"rules"
:
{
"comma-dangle"
:
[
"error"
,
"never"
]
}
,
"plugins"
:
[
"react"
]
}