Merge pull request #1656 from consul/chore/add_markdownlinter

Add Markdown Linter gem and config file && Fixes
This commit is contained in:
Raimond Garcia
2017-06-19 10:46:31 +02:00
committed by GitHub
12 changed files with 72 additions and 61 deletions

View File

@@ -107,6 +107,7 @@ group :test do
end
group :development do
gem 'mdl', require: false
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'scss_lint', require: false
gem 'web-console', '3.3.0'