This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Merge pull request
#548
from janl/greenkeeper-eslint-2.2.0
Update eslint to version 2.2.0 🚀
tags/v2.3.0
Phillip Johnsen
10 years ago
parent
3a97339897
cad1ea0584
commit
fc4db270eb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.eslintrc
+1
-1
package.json
+ 1
- 1
.eslintrc
View File
@@ -8,7 +8,7 @@
"no-mixed-spaces-and-tabs": 2,
"quotes": [2, "single", "avoid-escape"],
"semi": 2,
"
space-after-
keywords": 2,
"keyword
-
s
pacing
": 2,
"space-before-function-paren": 2,
"curly": 0,
+ 1
- 1
package.json
View File
@@ -41,7 +41,7 @@
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^
1.7.3
",
"eslint": "^
2.2.0
",
"mocha": "^2.1.0",
"zuul": "^3.7.0"
},
Write
Preview
Loading…
Cancel
Save