mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-09 09:42:07 +00:00
6df5e72135
* (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>
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"semi": false
|
|
}
|