ReferenceFor contributorsThe Morio MonorepoRun scriptsci:eslintci:eslintThe ci:eslint run script runs the ESLint JavaScript linter on the monorepo. Run npm run ci:eslint in the monorepo root to trigger this script. Under the hood, this will run: Terminalnpm run lint In other words npm run ci:eslint is an alias of npm run lint. See lint.