UNPKG

eslint-config-evil-vue

Version:

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

6 lines 141 B
module.exports = { plugins: ["no-use-extend-native"], rules: { "no-use-extend-native/no-use-extend-native": "error", } };