UNPKG

eslint-config-evil-vue

Version:

eslint-config-hardcore inspired ultra strict VueJS compatible ESLint config

7 lines 199 B
module.exports = { plugins: ["no-constructor-bind"], rules: { "no-constructor-bind/no-constructor-bind": "error", "no-constructor-bind/no-constructor-state": "error", } };