This website requires JavaScript.
Explore
Help
Sign In
status-im
/
safe-react
mirror of
https://github.com/status-im/safe-react.git
Watch
2
Star
0
Fork
You've already forked safe-react
0
Code
Issues
Projects
Releases
Wiki
Activity
fa30de45a8
safe-react
/
.prettierrc
8 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
#495 adding apps tab (#527) * Adding prettier file * Adding styled-components * Adding DELEGATE_CALL and optionally redirect to TXs tabs when calling createTransactions * Adding Apps tab * lazy loading apps tab * Fix: Dynamic load of Apps tab * Improve eslint-prettier config * Apps tabs: refactor and styling * remove harcoded gasLimit for production * review fixes Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
2020-02-13 13:43:28 +00:00
{
"tabWidth": 2,
(Fix) Enforce linting and formatting (#564) * (remove) unused / old packages / linting script * (add) eslint / prettier packages and plugins * (fix) eslint / prettier config * (add) prettier / eslint scripts * (fix) linting and formatting problems * (remove) unused files * (fix) linting problem that needed to be addressed manually * (add) pre commit hooks * (fix) lint-staged config * (fix) config * (fix) config * (check) if pre config formatting works * Add nvmrc and update yarn.lock * Update `yarn.lock` * Make jsx-a11y/no-autofocus report as warn * Apply lint:fix to project Co-authored-by: Fernando <fernando.greco@gmail.com>
2020-02-17 22:20:43 +00:00
"printWidth": 120,
"trailingComma": "all",
"singleQuote": true,
"semi": false
}