Open Bug 1847580 Opened 1 year ago

Update ESLint to read .toml files rather than .ini for test manifests

Categories

(Developer Infrastructure :: Lint and Formatting, task, P3)

Tracking

(Not tracked)

People

(Reporter: standard8, Unassigned)

References

(Blocks 2 open bugs)

Details

ESLint reads test manifests to make sure it knows what type of test file it is, so that it can apply the correct rules and environment.

Currently it is using multi-ini to read the files, however with the ongoing switch to .toml in bug 1821199, we should also update ESLint to read from .toml files as well.

It looks like there is a toml package on npm that we can probably use.

This switch would probably also fix bug 1781025.

You need to log in before you can comment on or make changes to this bug.