UNPKG
react-hex
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
draw svg hexagonal grid with react
github.com/airtoxin/react-hex
airtoxin/react-hex
react-hex
/
.eslintrc.json
17 lines
(16 loc)
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"airbnb"
,
"parser"
:
"babel-eslint"
,
"env"
:
{
"mocha"
:
true
}
,
"plugins"
:
[
"babel"
,
"async-await"
]
,
"rules"
:
{
"generator-star-spacing"
:
"off"
,
"import/no-extraneous-dependencies"
:
[
"error"
,
{
"devDependencies"
:
true
}
]
,
"react/jsx-filename-extension"
:
"off"
}
}