config (#2): remove multi-word rule enforcement on pages

This commit is contained in:
Ben Hong 2022-02-22 17:22:42 -08:00
parent 3ed9a2d57d
commit a8bc204cf8

5
pages/.eslintrc.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
rules: {
'vue/multi-word-component-names': 'off',
},
}