Add eslintrc

Signed-off-by: Julius Härtl <jus@bitgrid.net>

Make run-eslint.sh executable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-11-13 09:40:28 +01:00
committed by Julius Härtl
parent f8f755f31e
commit 47b51c512d
5 changed files with 49 additions and 2 deletions
+3
View File
@@ -20,6 +20,9 @@
*
*/
/* global angular */
angular.module('markdown', [])
.provider('markdown', [function () {
var opts = {};
+1 -1
View File
@@ -20,7 +20,7 @@
*
*/
/** global: oc_requesttoken, markdownitLinkTarget */
/* global app oc_requesttoken markdownitLinkTarget */
app.config(function ($provide, $routeProvider, $interpolateProvider, $httpProvider, $urlRouterProvider, $stateProvider, $compileProvider, markdownItConverterProvider) {
'use strict';