mastodon/app
Zac Anger f4045ba3d9 Add eslint-plugin-jsx-a11y (#1651)
* Add eslint-plugin-jsx-a11y.

* Fix npm script.

* Adjust npm scripts so test also runs lint.

* Fix existing lint errors.

* Don't break on a11y issues.

* Add role and tabIndex.

* Add vim and Mac files to .gitignore and .dockerignore.

* Handle htmlFor (partially), a that's actually a button.

* Fix missing tabIndex.

* Add cursor:pointer to load-more

* Revert change to load_more.

* Fixes based on review.

* Update yarn.lock.

* Don't try to install fsevents on Linux (hides warning noise).
2017-04-15 13:27:27 +02:00
..
assets Add eslint-plugin-jsx-a11y (#1651) 2017-04-15 13:27:27 +02:00
controllers Add recovery code support for two-factor auth (#1773) 2017-04-15 13:26:03 +02:00
helpers Rename admin/accounts_helper to admin/filter_helper (#1816) 2017-04-15 03:09:55 +02:00
lib Allow running mastodon on a different domain as the one used for identifying users (#1267) 2017-04-15 02:15:46 +02:00
mailers Make Reporting admin section translatable (#1549) 2017-04-12 17:11:49 +02:00
models Add recovery code support for two-factor auth (#1773) 2017-04-15 13:26:03 +02:00
presenters Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
services ActiveRecord::Relation does not respond to #id (#1834) 2017-04-15 13:16:24 +02:00
validators Organize coverage dirs (#1695) 2017-04-13 16:00:31 +02:00
views Add recovery code support for two-factor auth (#1773) 2017-04-15 13:26:03 +02:00
workers Quick best practice cleanup of views/helpers (#1546) 2017-04-12 18:24:18 +02:00