This commit is contained in:
Matt Porritt 2018-04-15 13:00:09 +10:00
Родитель 711fce23be
Коммит 7869e38fb1
3 изменённых файлов: 1 добавлений и 50 удалений

Просмотреть файл

@ -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"
}
}

Просмотреть файл

@ -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",