delete redundant eslint-plugin-lodash settings

This commit is contained in:
Omer Ganim 2016-04-26 17:14:14 +03:00
parent 6e8012b620
commit 6a11cb7f69
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
{
"extends": "wix-editor/node",
"plugins": ["lodash", "wix-editor"],
"settings": {
"lodash": {
"version": 4
}
},
"rules": {
"semi": [2, "always"],
"no-var": 0,