niksy / eslint-config-nitpick

ESLint config for my projects.
MIT License
2 stars 0 forks source link

Adjust config for Vue files #23

Closed niksy closed 6 years ago

niksy commented 6 years ago

Vuex store state can be modified:

'no-param-reassign': [1, {
    props: true,
    ignorePropertyModificationsFor: ['state']
}]