eslint-plugin-backbone
Advanced tools
Comparing version
{ | ||
"name": "eslint-plugin-backbone", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Eslint rules for Backbone.", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": ">=4.0.0" | ||
"eslint": ">=2.0.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "repository": { |
@@ -9,3 +9,3 @@ [![NPM version][npm-image]][npm-url] | ||
#How to use | ||
# How to use | ||
@@ -127,3 +127,3 @@ ## Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally | ||
#List of supported rules | ||
# List of supported rules | ||
@@ -130,0 +130,0 @@ * [collection-model](docs/rules/collection-model.md) |
55729
0