Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
front: disable CommonJS and AMD for import/no-unresolved lint
We now use ESM everywhere, we don't need to resolve CommonJS nor AMD anymore. The rule is enabled by default by import/recommended, so dropping the line just uses the defaults instead of custom options. Signed-off-by: Simon Ser <[email protected]>
- Loading branch information