UNPKG

eslint-plugin-ember

Version:
77 lines (76 loc) 2.07 kB
{ "name": "eslint-plugin-ember", "version": "5.4.0", "description": "Eslint plugin for Ember.js apps", "main": "lib/index.js", "directories": { "rules": "rules", "test": "test" }, "scripts": { "changelog": "lerna-changelog", "lint": "eslint .", "start": "yarn run test:watch", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watchAll", "update": "node ./scripts/update-rules.js" }, "repository": { "type": "git", "url": "git+https://github.com/ember-cli/eslint-plugin-ember.git" }, "keywords": [ "eslint", "ember", "ember.js", "plugin", "styleguide", "rules" ], "author": "Michał Sajnóg <michal.sajnog@hotmail.com> (http://github.com/michalsnik)", "contributors": [ "Rafał Leszczyński <raf.leszcz@gmail.com> (http://github.com/rafleszczynski)", "Adrian Zalewski (http://github.com/bardzusny)", "Kamil Ejsymont (http://github.com/netes)", "Casey Watts (http://github.com/caseywatts)", "Steve Gargan (http://github.com/sgargan)", "Alex LaFroscia (http://github.com/alexlafroscia)", "Tobias Bieniek (http://github.com/Turbo87)" ], "engines": { "node": ">=4.0" }, "license": "MIT", "bugs": { "url": "https://github.com/ember-cli/eslint-plugin-ember/issues" }, "homepage": "https://github.com/ember-cli/eslint-plugin-ember#readme", "devDependencies": { "babel-eslint": "^7.1.0", "eslint": "^3.15.0", "eslint-config-airbnb-base": "^11.1.0", "eslint-plugin-import": "^2.14.0", "jest": "^21.0.0", "lerna-changelog": "^0.7.0" }, "dependencies": { "ember-rfc176-data": "^0.3.5", "snake-case": "^2.1.0" }, "changelog": { "repo": "ember-cli/eslint-plugin-ember", "labels": { "breaking": ":boom: Breaking Change", "enhancement": ":rocket: Enhancement", "bug": ":bug: Bug Fix", "documentation": ":memo: Documentation", "internal": ":house: Internal" } }, "jest": { "testMatch": [ "**/tests/**/*.js" ] } }