Readarr/frontend
Benjamin Staneck a2832cf329 Delete various old config files
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
2023-05-07 23:10:14 +03:00
..
.vscode Add VSCode extension recommendations 2023-05-07 23:00:26 +03:00
build Switch to eslint for linting 2023-05-06 21:08:11 +03:00
src Move vscode settings to the frontend folder 2023-05-07 22:59:57 +03:00
.esformatter Initial Commit Rework 2017-09-05 23:00:26 -04:00
.eslintignore Initial Commit Rework 2017-09-05 23:00:26 -04:00
.eslintrc.js Update UI Dependencies 2023-05-06 21:08:11 +03:00
.stylelintrc Update Frontend Packages 2020-10-04 22:09:32 -04:00
.tern-project Initial Commit Rework 2017-09-05 23:00:26 -04:00
babel.config.js New: Cleanup UI tooling, Update to Webpack 4, Gulp 4 (#655) 2019-03-08 21:10:23 -05:00
jsconfig.json jsconfig for a bit of autocompletion and intellisense 2020-09-27 10:38:30 -04:00
postcss.config.js New: Darkmode 2023-01-21 18:18:48 -06:00