UNPKG
json-schema-spell-checker
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.3
1.0.1
1.0.0
Check the spelling of your JSON Schema (including OpenAPI!) documents
json-schema-spell-checker
/
.eslintrc
14 lines
(13 loc)
•
229 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"parserOptions"
:
{
"ecmaVersion"
:
2018
,
"impliedStrict"
:
true
}
,
"plugins"
:
[
"prettier"
]
,
"rules"
:
{
"prettier/prettier"
:
"error"
,
"curly"
:
[
"error"
,
"all"
]
}
}