Switch from xo cli to eslint

Repository details (talkie)
Project page
talkie
Project log category
(725 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
770 commits
Stars
75 stars
Commit details (b0f962c5)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Switch from xo cli to eslint

  • Change from xo cli tooling to the upstream eslint cli.
  • Use eslint to be able to apply custom linting rules.
  • Keep the xo set of linting rules, albeit modified.
  • Follows upgrade in eslint-config-joelpurra, including rules and their changes.

See

Raw text
Switch from xo cli to eslint

- Change from `xo` cli tooling to the upstream `eslint` cli.
- Use `eslint` to be able to apply custom linting rules.
- Keep the `xo` set of linting rules, albeit modified.
- Follows upgrade in `eslint-config-joelpurra`, including rules and their changes.

See

- https://github.com/joelpurra/eslint-config-joelpurra
- https://eslint.org/
- https://github.com/xojs/xo

Changed files (5)

Path Additions Deletions
code/.eslintignore +0 -8
code/README.md +1 -1
code/{.xo-config.cjs => eslint.config.mjs} +39 -39
code/package-lock.json +2445 -2729
code/package.json +8 -7

Commit categories (3)