Removed Vue plugin from eslint config

This commit is contained in:
Chris Kankiewicz 2021-06-20 16:24:56 -07:00
parent d753af3dd7
commit ff88a8ddb2
No known key found for this signature in database
GPG Key ID: 474E915709CEB5EB

View File

@ -10,7 +10,6 @@ module.exports = {
'ecmaVersion': 12,
'sourceType': 'module'
},
'plugins': ['vue'],
'rules': {
'eol-last': ['error', 'always'],
'indent': ['error', 4],