Update eslint and other devDependencies (#391)
* Update eslint and other devDependencies * Lint JS in examples/ using eslint-plugin-html (#392)
This commit is contained in:
100
package.json
100
package.json
@@ -1,51 +1,53 @@
|
||||
{
|
||||
"name": "jquery.uls",
|
||||
"version": "0.1.0",
|
||||
"description": "Universal Language Selector",
|
||||
"homepage": "https://github.com/wikimedia/jquery.uls",
|
||||
"keywords": [
|
||||
"internationalization",
|
||||
"localization",
|
||||
"uls",
|
||||
"jquery",
|
||||
"l10n"
|
||||
],
|
||||
"author": {
|
||||
"name": "Santhosh Thottingal",
|
||||
"email": "santhosh.thottingal@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
"Alolita Sharma",
|
||||
"Amir Aharoni",
|
||||
"Arun Ganesh",
|
||||
"Brandon Harris",
|
||||
"Niklas Laxström",
|
||||
"Pau Giner",
|
||||
"Santhosh Thottingal",
|
||||
"Siebrand Mazeland"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.15.0",
|
||||
"grunt": "1.3",
|
||||
"grunt-contrib-qunit": "3.1.0",
|
||||
"grunt-eslint": "22.0.0",
|
||||
"grunt-stylelint": "0.13.0",
|
||||
"stylelint-config-wikimedia": "0.10.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/wikimedia/jquery.uls.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/wikimedia/jquery.uls/issues"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=6.11.1"
|
||||
},
|
||||
"license": "(MIT OR GPL-2.0+)",
|
||||
"scripts": {
|
||||
"test": "grunt test --verbose",
|
||||
"lint": "grunt lint --verbose",
|
||||
"qunit": "grunt qunit --verbose"
|
||||
}
|
||||
"name": "jquery.uls",
|
||||
"version": "0.1.0",
|
||||
"description": "Universal Language Selector",
|
||||
"homepage": "https://github.com/wikimedia/jquery.uls",
|
||||
"keywords": [
|
||||
"internationalization",
|
||||
"localization",
|
||||
"uls",
|
||||
"jquery",
|
||||
"l10n"
|
||||
],
|
||||
"author": {
|
||||
"name": "Santhosh Thottingal",
|
||||
"email": "santhosh.thottingal@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
"Alolita Sharma",
|
||||
"Amir Aharoni",
|
||||
"Arun Ganesh",
|
||||
"Brandon Harris",
|
||||
"Niklas Laxström",
|
||||
"Pau Giner",
|
||||
"Santhosh Thottingal",
|
||||
"Siebrand Mazeland"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"eslint-plugin-html": "6.1.2",
|
||||
"grunt": "1.4",
|
||||
"grunt-contrib-qunit": "4.0.0",
|
||||
"grunt-eslint": "23.0.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
"stylelint": "13.13.1",
|
||||
"stylelint-config-wikimedia": "0.10.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/wikimedia/jquery.uls.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/wikimedia/jquery.uls/issues"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=6.11.1"
|
||||
},
|
||||
"license": "(MIT OR GPL-2.0+)",
|
||||
"scripts": {
|
||||
"test": "grunt test --verbose",
|
||||
"lint": "grunt lint --verbose",
|
||||
"qunit": "grunt qunit --verbose"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user