Socket
Book a DemoInstallSign in
Socket

ember-cli-remark

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-remark

Ember wrapper for remark-lint.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
4
-20%
Maintainers
2
Weekly downloads
 
Created
Source

ember-cli-remark

Build Status GitHub version npm version Dependency Status

Ember wrapper for remark-lint.

Information

NPM

Installation

ember install ember-cli-remark

After installation, configure your rules using the .remarkrc file as shown in Remarks's configuration.

Furthermore, a .remarkignore file can be used to exclude files from linting while the linter is running. Its syntax is identical to .gitignore files.

Usage

Remark will be run by ember-cli-qunit or ember-cli-mocha automatically when you run ember test. If Remark is not being run automatically, try updating your ember-cli and/or remark dependencies.

Configuration

ember-cli-remark can be configured through the ember-cli-remark (and remark property) key in your ember-cli-build.js file:

const app = new EmberApp(defaults, {
  ember-cli-remark: {
    testGenerator: 'qunit',
    remark: {
      quiet: true
    }
  }
});
  • testGenerator is automatically detected if ember-qunit/ember-cli-qunit or ember-mocha/ember-cli-mocha are used, but can also be set to qunit and mocha manually.

  • remark: Options avaliable in unified-engine docs.

Contribute

If you want to contribute to this addon, please read the CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

ember-addon

FAQs

Package last updated on 15 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts