Commit 1dee188e authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Moved prettier configuration to package.json

parent 45e210ce
{
"arrowParens": "avoid",
"singleQuote": true
}
......@@ -113,6 +113,10 @@
]
]
},
"prettier": {
"arrowParens": "avoid",
"singleQuote": true
},
"browser": {
"fetch-mock": "./node_modules/fetch-mock/cjs/client.js"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment