UNPKG

@atlaskit/adf-schema

Version:

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

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