rockstor / rockstor-core

Linux/BTRFS based Network Attached Storage(NAS)
http://rockstor.com/docs/contribute_section.html
GNU General Public License v3.0
553 stars 137 forks source link

Revive fledgling eslint config #2893

Open phillxnet opened 1 month ago

phillxnet commented 1 month ago

We currently have an unused eslint configuration. On the Python linting side, core developers use default black. It is proposed that we re-visit our prior configuration of https://eslint.org/ to assist in our next testing phase: to be focused on front-end code tidy/update, complementing our near complete current testing phase of back-end/Python tidy/update.

Having our JS code linted to a common config is the aim here. Easing the likely many changes to come in the front-end JS code.


Related/Foundational PR: #1635