commonform-mscd

1.0.0 • Public • Published

This package is not endorsed by Ken Adams.

var mscd = require('commonform-mscd')
var assert = require('assert')
var form = { content: ['This contract is void ab initio.'] }
assert.deepStrictEqual(
  mscd(form),
  [
    {
      level: 'info',
      message: (
        'Use standard English instead of "ab initio".' +
        ' See MSCD 13.376-13.377.'
      ),
      path: ['content', 0],
      source: 'commonform-mscd',
      url: null
    }
  ]
)

Readme

Keywords

none

Package Sidebar

Install

npm i commonform-mscd

Weekly Downloads

1

Version

1.0.0

License

BlueOak-1.0.0

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • kemitchell