🔍 Firefox Add-ons linter, written in JavaScript. 👁
Перейти к файлу
Matthew Riley MacPherson c32cde989b Improve scanFile test 2015-10-09 12:25:23 +01:00
bin Add basic zip handling 2015-09-30 09:36:30 +01:00
docs Add draft of rules found in amo-validator 2015-09-17 19:22:56 +01:00
src Add an RDF parser and one rule (close #48) 2015-10-09 12:25:23 +01:00
tasks Add missing module resolution to webpack:watch 2015-10-09 09:38:48 +02:00
tests Improve scanFile test 2015-10-09 12:25:23 +01:00
.babelrc Add coverage reporting to tests 2015-10-08 16:54:41 +02:00
.eslintrc Fix up code output and ensure codes are < 25 chars 2015-10-07 16:44:18 +01:00
.gitignore Add coverage reporting to tests 2015-10-08 16:54:41 +02:00
.jscsrc Add JSCS Tests 2015-10-01 18:33:54 +01:00
.npmrc Add .npmrc to remove package prefixes by default 2015-10-01 11:31:11 +01:00
.travis.yml Setup travis add badges 2015-09-16 17:43:49 +01:00
Gruntfile.js Add coverage reporting to tests 2015-10-08 16:54:41 +02: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 Add an RDF parser and one rule (close #48) 2015-10-09 12:25:23 +01:00
webpack.config.js Add coverage reporting to tests 2015-10-08 16:54:41 +02: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