UNPKG
timpla
Version:
latest (2.1.0)
2.1.0
2.1.0-rc2
2.1.0-rc1
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.3-rc2
2.0.3-rc1
2.0.2
2.0.1
2.0.0
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
1.5.1-rc9
1.5.1-rc8
1.5.1-rc7
1.5.1-rc6
1.5.1-rc5
1.5.1-rc4
1.5.1-rc3
1.5.1-rc2
1.5.1-rc15
1.5.1-rc14
1.5.1-rc13
1.5.1-rc12
1.5.1-rc11
1.5.1-rc10
1.5.1-rc1
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
An optimal website development experience.
github.com/igimanaloto/timpla
igimanaloto/timpla
timpla
/
.eslintrc
14 lines
(13 loc)
•
256 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
[
"eslint:recommended"
,
"plugin:react/recommended"
,
"prettier"
]
,
"env"
:
{
"es6"
:
true
,
"browser"
:
true
,
"node"
:
true
}
,
"parser"
:
"babel-eslint"
,
"rules"
:
{
"no-func-assign"
:
"off"
,
"react/prop-types"
:
"off"
}
}