eslint-plugin-hammerhead
Advanced tools
Comparing version
@@ -98,2 +98,14 @@ 'use strict'; | ||
'message': 'Please use the "winSessionStorageGetter" from native methods instead.' | ||
}, | ||
{ | ||
'property': 'action', | ||
'message': 'Please use getter and setter for form element from native methods instead.' | ||
}, | ||
{ | ||
'property': 'autocomplete', | ||
'message': 'Please use getter and setter for input element from native methods instead.' | ||
}, | ||
{ | ||
'property': 'formAction', | ||
'message': 'Please use getters and setters for input and button elements from native methods instead.' | ||
} | ||
@@ -100,0 +112,0 @@ ] |
{ | ||
"name": "eslint-plugin-hammerhead", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Specific rules for the hammerhead.", | ||
@@ -5,0 +5,0 @@ "repository": { |
23927
2.74%491
2.51%