Official website for the Tachiyomi app.
Go to file
Soitora b520d4e448
Project Linting (#209)
* More setup for ESLint

* Initial linting

* Fix: "Unexpected use of 'location': no-restricted-globals"

* Fix: "Prop 'sidebarItems' should define at least its type"

* Fix: "import/no-unresolved"

* Fix: "import/no-extraneous-dependencies"

* Fix: "Unexpected require() 'global-require'"

* Fix: "vue/require-prop-types"

* Line disable: "radix"

* Line disable: "no-param-reassign"

* Line disable: "no-shadow"

This should usually be an actual problem but I don't think so in this case as the next prompt is basically just a one-action warning.

* Add markdown linting support

* Replace single quotes with double

* Fix indentation for all files

* Fix second level quotation marks

* Change accordingly

I'd still rather keep 4-tab for MD when applicable though, the alternative is a non-standard 3-space indent, which makes three different indentations to keep track of.
2020-05-20 22:47:01 -04:00
.github/workflows Project Linting (#209) 2020-05-20 22:47:01 -04:00
src Project Linting (#209) 2020-05-20 22:47:01 -04:00
.editorconfig Rework Home page from scratch (#194) 2020-05-14 15:01:05 +02:00
.eslintignore Project Linting (#209) 2020-05-20 22:47:01 -04:00
.eslintrc.json Project Linting (#209) 2020-05-20 22:47:01 -04:00
.gitignore Rework Home page from scratch (#194) 2020-05-14 15:01:05 +02:00
.prettierrc Rework Home page from scratch (#194) 2020-05-14 15:01:05 +02:00
.stylintrc Project Linting (#209) 2020-05-20 22:47:01 -04:00
LICENSE Change License to MPL-2.0 2019-08-27 23:36:24 +02:00
package-lock.json Project Linting (#209) 2020-05-20 22:47:01 -04:00
package.json Project Linting (#209) 2020-05-20 22:47:01 -04:00
README.md Project Linting (#209) 2020-05-20 22:47:01 -04:00

Tachiyomi Website

Discord

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Repositories

License

Copyright (C) 2018 The Tachiyomi Open Source Project

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.