--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/candolint.yml Wed Aug 10 22:11:50 2016 +0800@@ -0,0 +1,18 @@+linters:+ - name: flake8+ include:+ - '**.py'++ - name: jshint+ include:+ - '**.js'++ - name: jshint+ flags: ['--extract', 'always']+ include:+ - '**.html'++ - name: yamllint+ include:+ - '**.yml'+ - '**.yaml'