зеркало из https://github.com/Azure/Moodle.git
remove redunsant js checker
This commit is contained in:
Родитель
711fce23be
Коммит
7869e38fb1
11
.beautifyrc
11
.beautifyrc
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"js": {
|
||||
"end_with_newline": true,
|
||||
"indent_char": " ",
|
||||
"indent_level": 0,
|
||||
"indent_size": 2,
|
||||
"indent_with_tabs": false,
|
||||
"space_after_anon_function": "true"
|
||||
}
|
||||
}
|
||||
|
39
Gruntfile.js
39
Gruntfile.js
|
@ -9,43 +9,6 @@ grunt.initConfig({
|
|||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
}
|
||||
},
|
||||
jsbeautifier: {
|
||||
test: {
|
||||
files: {
|
||||
src: templates
|
||||
},
|
||||
options: {
|
||||
mode: 'VERIFY_ONLY',
|
||||
config: '.beautifyrc'
|
||||
}
|
||||
},
|
||||
lint: {
|
||||
files: {
|
||||
src: templates
|
||||
},
|
||||
options: {
|
||||
mode: 'VERIFY_ONLY',
|
||||
config: '.beautifyrc'
|
||||
}
|
||||
},
|
||||
reformat: {
|
||||
files: {
|
||||
src: templates
|
||||
},
|
||||
options: {
|
||||
mode: 'VERIFY_AND_WRITE',
|
||||
config: '.beautifyrc'
|
||||
}
|
||||
},
|
||||
write: {
|
||||
files: {
|
||||
src: templates
|
||||
},
|
||||
options: {
|
||||
config: '.beautifyrc'
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
grunt.registerTask('test', ['jshint', 'jsbeautifier:test', 'jsbeautifier:write']);
|
||||
grunt.registerTask('test', ['jshint']);
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"debug": "^2.2.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-jshint": "^0.11.3",
|
||||
"grunt-jsbeautifier": "^0.2.10",
|
||||
"load-grunt-tasks": "^3.3.0",
|
||||
"rsvp": "^3.1.0",
|
||||
"skeemas": "^1.2.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче