UNPKG
editorjs-inline-spoiler-tool
Version:
latest (1.0.1)
1.0.1
1.0.0
Inline spoiler tool for Codex Editor (Codex Team)
editorjs-inline-spoiler-tool
/
.eslintrc
12 lines
(11 loc)
•
175 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"airbnb"
,
"parser"
:
"babel-eslint"
,
"env"
:
{
"browser"
:
true
}
,
"rules"
:
{
"no-console"
:
"warn"
,
"curly"
:
[
"error"
,
"all"
]
}
}