UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

4 lines (3 loc) 161 B
const warnSchemaChangeRule = require('./warn-schema-change'); const plugin = { rules: { "warn-schema-change": warnSchemaChangeRule } }; module.exports = plugin;