eslintrc tuning

This commit is contained in:
Riku Rouvila
2015-10-19 21:38:58 +03:00
parent 0117ae6ec6
commit f271572234

View File

@@ -22,9 +22,9 @@
"padded-blocks": 0,
"id-length": [2, {
"min": 3,
"max": 20,
"max": 30,
"properties": "never",
"exceptions": ["x", "y", "vx", "vy", "id", "i"]
"exceptions": ["x", "y", "vx", "vy", "id", "i", "e", "fn"]
}]
},
"plugins": [