
> meriyah@7.0.0 lint
> npm run lint:eslint && npm run lint:types && npm run lint:prettier && npm run lint:cspell && npm run lint:knip


> meriyah@7.0.0 lint:eslint
> eslint


/app/test/parser/next/using.ts
  83:13  error  `String.raw` should be used to avoid escaping `\`  unicorn/prefer-string-raw

/app/test262/run-test262-cli.mjs
  2:26  error  Can't resolve '../dist/meriyah.mjs' in '/app/test262'  n/no-missing-import

✖ 2 problems (2 errors, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

