@ttab/coffeescript-style
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -45,3 +45,3 @@ module.exports = { | ||
name: "colon_assignment_spacing", | ||
level: "warn", | ||
level: "error", | ||
spacing: { | ||
@@ -48,0 +48,0 @@ left: 0, |
{ | ||
"name": "@ttab/coffeescript-style", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "TT AB Linter for coffeescript", | ||
@@ -5,0 +5,0 @@ "main": "coffeelint.js", |
@@ -28,3 +28,3 @@ #CoffeeScript Style Guide | ||
"colon_assignment_spacing": { | ||
"level": "warn", | ||
"level": "error", | ||
"spacing": { | ||
@@ -53,3 +53,3 @@ "left": 0, | ||
``` | ||
yarn add -d @ttab/coffeescript-style | ||
yarn add -D @ttab/coffeescript-style | ||
``` | ||
@@ -56,0 +56,0 @@ |
18161