🔍 Firefox Add-ons linter, written in JavaScript. 👁
Перейти к файлу
Stuart Colville 9e58a27070 Merge pull request #29 from muffinresearch/add-output-objects
Add message object fixes (#28)
2015-09-30 18:02:59 +01:00
bin Add basic zip handling 2015-09-30 09:36:30 +01:00
dist Add es6 compilation + tests 2015-09-23 14:40:04 +01:00
docs Add draft of rules found in amo-validator 2015-09-17 19:22:56 +01:00
src Add message object 2015-09-30 17:31:49 +01:00
tasks Add initial CLI 2015-09-25 19:47:21 +01:00
tests Add message object 2015-09-30 17:31:49 +01:00
.eslintrc Wrap zip lib with simple promise-based API 2015-09-25 11:47:56 +01:00
.gitignore Add es6 compilation + tests 2015-09-23 14:40:04 +01:00
.travis.yml Setup travis add badges 2015-09-16 17:43:49 +01:00
Gruntfile.js Add es6 compilation + tests 2015-09-23 14:40:04 +01:00
LICENSE Initial commit 2015-09-14 09:34:44 +01:00
README.md Merge pull request #22 from mozilla/mention-greenkeeper 2015-09-25 19:07:03 +01:00
package.json Merge pull request #25 from mozilla/greenkeeper-mocha-2.3.3 2015-09-30 09:57:37 +01:00
webpack.config.js Add basic zip handling 2015-09-30 09:36:30 +01:00

README.md

Build Status Dependency Status devDependency Status

addons-validator

The Add-ons Validator, JS edition.

Install dependencies

Install dependencies with npm:

npm install

Dependencies are automatically kept up-to-date using greenkeeper.

Testing

Tests use grunt but don't require global grunt. Just run:

npm test