UNPKG
haystack-react
Version:
beta (3.0.3-beta.1)
latest (4.0.5)
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.3-beta.1
3.0.2
3.0.1
3.0.0
2.0.6
Project Haystack utilities for building React applications
github.com/j2inn/haystack-react
haystack-react
/
.eslintrc
15 lines
(14 loc)
•
221 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"parser"
:
"@typescript-eslint/parser"
,
"extends"
:
[
"plugin:@typescript-eslint/recommended"
,
"plugin:prettier/recommended"
]
,
"rules"
:
{
"prefer-const"
:
"off"
}
,
"env"
:
{
"node"
:
true
,
"jest"
:
true
}
}