ember-scroll-modifiers

v7.1.0
Scroll-based Modifiers for Ember Applications
ember-addon modifier modifiers scroll

lint

concurrently "npm:lint:*(!fix|hbs)" --names "lint:"

test

concurrently "npm:lint" "npm:test:*" --names "lint,test:"

build

ember build --environment=production

start

ember serve

lint:js

eslint . --cache

lint:css

stylelint "**/*.css"

lint:fix

concurrently "npm:lint:*:fix" --names "fix:"

lint:hbs

ember-template-lint .

test:ember

ember test

lint:js:fix

eslint . --fix

lint:css:fix

concurrently "npm:lint:css -- --fix"

lint:hbs:fix

ember-template-lint . --fix

test:ember-compatibility

ember try:each

Metadata

  • MIT
  • 16.* || >= 18
  • Jordan Hawker
  • released 8/24/2023

Downloads