mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00

1) Bump eslint verson in npm 2) Enable tabs rule introduced in 3.2.0 3) With rules deprecated in 3.3.0 to their replacements http://eslint.org/blog/2016/08/eslint-v3.3.0-released 4) Deprecate the use of M.str (fixes MDLSITE-3646) with new no-restricted-properties introduced in 3.5.0 5) Fixup no-unused-vars - remove argsIgnorePattern which shouldn't have allowed partial matches and turns out to be uncesssary (detected because of https://github.com/eslint/eslint/issues/7250 in 3.6.0)
23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"async": "1.5.2",
|
|
"eslint": "3.7.1",
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-less": "1.3.0",
|
|
"grunt-contrib-uglify": "1.0.1",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-stylelint": "0.6.0",
|
|
"semver": "5.3.0",
|
|
"shifter": "0.5.0",
|
|
"stylelint-checkstyle-formatter": "0.1.0",
|
|
"xmldom": "0.1.22",
|
|
"xpath": "0.0.23"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
}
|