feat(config): Deprecate JSHint in favor of ESLint

Add basic ESLint setup extending well-known Airbnb code style.

Fixes #1072, #1097
This commit is contained in:
Marek Grzybek
2015-12-10 20:31:51 +01:00
parent 4e9ad81ad2
commit d14d5130af
76 changed files with 266 additions and 255 deletions

View File

@@ -52,4 +52,4 @@
vm.messageText = '';
}
}
})();
}());