mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Turn off prettier
This commit is contained in:
parent
bbcba75d22
commit
3a08f35a96
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ module.exports = {
|
|||
},
|
||||
extends: [
|
||||
'plugin:vue/recommended',
|
||||
'plugin:prettier/recommended'
|
||||
// 'plugin:prettier/recommended'
|
||||
],
|
||||
// required to lint *.vue files
|
||||
plugins: [
|
||||
'vue',
|
||||
'prettier'
|
||||
// 'prettier'
|
||||
],
|
||||
// add your custom rules here
|
||||
rules: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue