This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
invoiceninja
Watch
1
Star
0
Fork
0
You've already forked invoiceninja
mirror of
https://github.com/invoiceninja/invoiceninja.git
synced
2024-11-06 03:02:34 +01:00
Code
Issues
Releases
Activity
b4039a715f
invoiceninja
/
.prettierrc
7 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Client portal tests (using Cypress.io) (#3758) * Install Cypress * Fix npm vulnerabilities * scaffold cypress * ignore local tests * login page test * invoices tests * recurring invoices * payments tests * payment methods tests * update invoices & quotes * credits tests
2020-05-26 23:45:29 +02:00
{
"semi": true,
"singleQuote": true,
Update .prettierrc formatting settings
2020-06-09 12:29:43 +02:00
"trailingComma": "es5",
"arrowParens": "always"
Client portal tests (using Cypress.io) (#3758) * Install Cypress * Fix npm vulnerabilities * scaffold cypress * ignore local tests * login page test * invoices tests * recurring invoices * payments tests * payment methods tests * update invoices & quotes * credits tests
2020-05-26 23:45:29 +02:00
}
Copy Permalink