Santhosh Thottingal
a911e46bd4
Fix the path to language-data.json in @wikimedia/language-data
...
It was moved to data folder in recent commit:
https://github.com/wikimedia/language-data/commit/09ab6024fe5200460cdec9a3f01c5098b49390de
2020-04-02 12:24:00 +05:30
Ed Sanders
d53beca719
Update linters
...
* Update eslint and stylelint config
* Fix Gruntfile.js to actually run stylelint
2019-11-13 04:14:16 +02:00
Santhosh Thottingal
619646082c
Installing browserify should not update package.json
...
npm changed their behavior of 'npm install'. See
https://github.com/npm/npm/issues/17010
use --no-save option to avoid package.json changes
2019-08-29 16:16:07 +05:30
Niklas Laxström
438c59cc65
fetch-language-data.sh: Improve and made CWD-independent
2018-03-05 18:25:57 +05:30
Santhosh Thottingal
2a77df6c41
Use eslint and stylelint, fix all errors ( #282 )
...
* Use eslint and stylelint, fix all errors
* Remove jshint, jsbeautify
* Use Object.keys directly since that is available in all major browsers
* Fixes for eslint, stylelint errors
* stylelint is not included in grunt test yet because jquery.uls.mobile.css
has so many !important and need to figure out whether they are really needed
2018-01-04 15:58:35 +02:00
Santhosh Thottingal
6d6a1326b5
Use wikimedia/language-data node module for data
...
Now that we have this node module, let us use that as upstream
for data
2017-08-28 17:46:09 +05:30