logo
Documentation
Linting mock data
Initializing search
    mgrsskls/miyagi
    mgrsskls/miyagi
    • Home
    • Installation
      • Default configuration
      • Available options
      • Via config file
      • Via CLI
      • Extending a template engine
      • Starting miyagi
      • Creating a component
      • Creating mock data
      • Linting mock data
      • Creating a build
      • Introduction
      • Assets
      • Documentation
      • Info
      • Mocks
      • Schema
      • Template
    • The UI
    • Supported template engines
    • JavaScript API
      • Adding JS files
      • Adding custom CSS and JS per component
      • Extending a template engine
      • Using dark and light mode
      • Theming the UI
      • Changing the text direction
      • Changing the HTML language attribute
      • Configuring the JSON Schema validator
      • Organizing components
      • Writing mock data
      • Linting mock data
      • Changing miyagi's port
      • Adding documentation
      • Creating a design token overview
      • Navigating through miyagi

    Linting mock data

    Linting mock data means validating it against the JSON schema file you created for your component. This is automatically done in the UI and can also be done manually via CLI.

    This can of course also in included in your CI.

    Previous Writing mock data
    Next Changing miyagi's port
    Made with Material for MkDocs