diff --git a/.eslintrc.json b/.eslintrc.json index 0119c1e..bd2bad0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -255,8 +255,10 @@ "$all": true, "CoffeeScript": true, "Babel": true, + "ts": true, "Sass": true, "less": true, + "stylus": true, "marked": true, "jade": true, "loadJS": true, diff --git a/src/index.html b/src/index.html index a674309..2d42840 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,7 @@ Web Maker + @@ -60,6 +61,7 @@
  • CSS
  • SCSS
  • LESS
  • +
  • Stylus
  • @@ -76,6 +78,7 @@
  • JS
  • CoffeeScript
  • ES6 (Babel)
  • +
  • TypeScript
  • @@ -184,7 +187,7 @@