add store linting rules

This commit is contained in:
2017-02-20 13:25:37 -07:00
parent cda2ef36bd
commit e935db172a

5
src/store/.eslintrc Normal file
View File

@@ -0,0 +1,5 @@
{
rules: {
"no-param-reassign": 0
}
}