UNPKG
@reactseed/template
Version:
latest (2.4.0)
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0-alpha.1
2.0.0-alpha.0
1.0.3
1.0.3-alpha.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React seed template for creating react app
github.com/reactseed/reactseed
reactseed/reactseed
@reactseed/template
/
template
/
.eslintrc
8 lines
•
227 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
: [
"react-app"
,
"react-app/jest"
,
"plugin:prettier/recommended"
],
"plugins"
: [
"prettier"
],
"rules"
: {
"
@typescript
-eslint/no-explicit-any"
:
0
,
"
@typescript
-eslint/explicit-function-return-type"
:
0
} }