Skip to content

Commit 1996175

Browse files
author
Jad Joubran
committed
jshint is now optional - fixed issue #11
1 parent 9e546e2 commit 1996175

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.jshintrc renamed to _jshintrc

File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0",
2+
"version": "1.5.1",
33
"devDependencies": {
44
"gulp": "^3.9.0",
55
"laravel-elixir": "^2.0.0",

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here are the goodies that you'll get:
1919
* [Angular UI router](https://github.com/angular-ui/ui-router) configuration with multiple views
2020
* EditorConfig
2121
* JavaScript Code Style (jscs)
22-
* Jshint
22+
* Jshint (rename _jshintrc to .jshintrc if you want to use it. Your code needs to pass for [https://github.com/jadjoubran/laravel5-angular-material-starter/issues/11](gulp to recompile))
2323
* Less
2424
* Elixir (for all the above)
2525
* Angular Material sample code
@@ -53,7 +53,7 @@ Open a new issue.
5353

5454
Here's what I'm planning for the next releases
5555

56-
+ jshint issue + close it
56+
+ fix EditorConfig for PSR-2 in app/
5757
+ https://scotch.io/tutorials/token-based-authentication-for-angularjs-and-laravel-apps
5858
+ Add tooltips sample
5959
+ Speedup gulp watch
@@ -65,6 +65,10 @@ Here's what I'm planning for the next releases
6565

6666
## Changelog
6767

68+
### v1.5.1
69+
+ jshint is now optional. Rename _jshintrc to .jshintrc. Check [https://github.com/jadjoubran/laravel5-angular-material-starter/issues/11](issue #11)
70+
71+
6872
### v1.5.0
6973
+ Add angular material icons
7074
+ Add SVG-Morpheus for Angular Material Icons

0 commit comments

Comments
 (0)