Go to file
Kunal Mehta bce5b31616 Initial commit
This configures a MediaWiki extension to recieve Parsoid's lint errors
and expose them to users.

Change-Id: Ie0776aecf145eb1c87c2a539ddf3ea8d35a899f5
2016-10-17 16:02:53 -07:00
i18n Initial commit 2016-10-17 16:02:53 -07:00
includes Initial commit 2016-10-17 16:02:53 -07:00
modules Initial commit 2016-10-17 16:02:53 -07:00
.gitignore Initial commit 2016-10-17 16:02:53 -07:00
.gitreview Add .gitreview 2016-10-13 01:13:21 -07:00
.jscsrc Initial commit 2016-10-17 16:02:53 -07:00
.jshintignore Initial commit 2016-10-17 16:02:53 -07:00
.jshintrc Initial commit 2016-10-17 16:02:53 -07:00
composer.json Initial commit 2016-10-17 16:02:53 -07:00
COPYING Initial commit 2016-10-17 16:02:53 -07:00
extension.json Initial commit 2016-10-17 16:02:53 -07:00
Gruntfile.js Initial commit 2016-10-17 16:02:53 -07:00
linter.sql Initial commit 2016-10-17 16:02:53 -07:00
package.json Initial commit 2016-10-17 16:02:53 -07:00
phpcs.xml Initial commit 2016-10-17 16:02:53 -07:00
README Initial commit 2016-10-17 16:02:53 -07:00

Extension to help lint wiki pages. Currently designed to take advantage
of Parsoid's linter, could also be extended to linting JS or CSS in the
future.