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
/
eslint.config.js
11 lines
(9 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
eslintPluginPrettier
from
"eslint-plugin-prettier/recommended"
;
export
default
[ eslintPluginPrettier, {
rules
: {
curly
: [
"error"
,
"all"
], }, }, ];