UNPKG

json-schema-spell-checker

Version:

Check the spelling of your JSON Schema (including OpenAPI!) documents

14 lines (13 loc) 229 B
{ "parserOptions": { "ecmaVersion": 2018, "impliedStrict": true }, "plugins": [ "prettier" ], "rules": { "prettier/prettier": "error", "curly": ["error", "all"] } }