mirror of
https://github.com/Readarr/Readarr
synced 2025-12-09 18:03:01 +01:00
Delete `jsconfig.json` This file actually did nothing since we have a `tsconfig.json`. Behavior does not change since `checkJs` is `false` in both. Delete `.jsbeautifyrc` Was not used from what I could tell and we have a ESFormatter config file as well and that is basically the successor. Delete `.csscomb.json` Was not used from what I could tell, also the project seems dead, last publish 4 years ago. Also we have stylelint in place that covers CSS. (cherry picked from commit 0da89478cc7a5eec7a35bff47e34b824487661a1) Closes #2449 |
||
|---|---|---|
| .. | ||
| .vscode | ||
| build | ||
| src | ||
| .esformatter | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| jsconfig.json | ||
| postcss.config.js | ||