1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00
Radarr/frontend
Benjamin Staneck 0a89c4d110 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)
2023-05-13 20:29:05 +03:00
..
.vscode Move vscode settings to the frontend folder 2023-05-07 18:52:45 -05:00
build Add typescript 2023-04-29 22:47:02 -05:00
src API key improvements 2023-05-10 14:55:57 +03:00
typings Improved UI error messages (stack trace and version) 2023-04-29 22:47:02 -05:00
.esformatter New: Project Aphrodite 2019-06-11 22:06:43 -04:00
.eslintignore Add typescript 2023-04-29 22:47:02 -05:00
.eslintrc.js Convert Manual Import to Typescript 2023-05-06 21:33:19 -05:00
.prettierignore Add Prettier to format TypeScript files 2023-04-29 22:47:02 -05:00
.prettierrc.json Add Prettier to format TypeScript files 2023-04-29 22:47:02 -05:00
.stylelintrc Update frontend packages 2020-10-04 21:49:16 -04:00
.tern-project New: Project Aphrodite 2019-06-11 22:06:43 -04:00
babel.config.js Add typescript 2023-04-29 22:47:02 -05:00
jsconfig.json jsconfig for a bit of autocompletion and intellisense 2020-08-15 12:25:28 -04:00
postcss.config.js New: Native Theme Engine 2022-11-20 11:49:50 -06:00
tsconfig.json Convert Manual Import to Typescript 2023-05-06 21:33:19 -05:00