eslint-plugin-adi
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/giraud/eslint-plugin-adi/compare/v0.1.0...v0.2.0) (2016-12-15) | ||
### Features | ||
* **rule:** add the no-class rule ([ec8ee85](https://github.com/giraud/eslint-plugin-adi/commit/ec8ee85)) | ||
<a name="0.1.0"></a> | ||
@@ -7,0 +17,0 @@ # 0.1.0 (2016-12-15) |
@@ -5,4 +5,5 @@ 'use strict'; | ||
rules: { | ||
'import': require('./lib/import') | ||
'import': require('./lib/import'), | ||
'no-class': require('./lib/no-class'), | ||
}, | ||
}; |
{ | ||
"name": "eslint-plugin-adi", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63350
21
48