
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
ember-cli-remark
Advanced tools
Ember wrapper for remark-lint.
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.
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.
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.
If you want to contribute to this addon, please read the CONTRIBUTING.md.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Ember wrapper for remark-lint.
The npm package ember-cli-remark receives a total of 4 weekly downloads. As such, ember-cli-remark popularity was classified as not popular.
We found that ember-cli-remark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.