Add eslint and @beanbag/eslint-plugin as development dependencies.

Review Request #12765 — Created Jan. 6, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

This installs the eslint and @beanbag/eslint-plugin dependencies
when setting up the Djblets package, along with a .eslintrc.yaml.

This will aid in ensuring our JavaScript and TypeScript code meets our
guidelines, especially with editor support enabled.

Right now, much of Djblets does not pass our lint checks. This will be
addressed separately.

Set up Djblets in development mode and verified that I could run
ESLint with our plugin and settings. Checked by manually running
ESLint and checking in my editor.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Add eslint and @beanbag/eslint-plugin as development dependencies.
This installs the `eslint` and `@beanbag/eslint-plugin` dependencies when setting up the Djblets package, along with a `.eslintrc.yaml`. This will aid in ensuring our JavaScript and TypeScript code meets our guidelines, especially with editor support enabled.
db1ba26b2c89cc5d856034b0d6cc078a04b494e3 Christian Hammond
.eslintrc.yaml
djblets/dependencies.py
Loading...