Jonathan Sifleet
Jonathan Sifleet
Default example: ``` import Bowser from "bowser"; ... const browser = Bowser.getParser(window.navigator.userAgent); console.log(`The current browser name is "${browser.getBrowserName()}"`); // The current browser name is "Chrome" ``` With tree-shaking: ``` import...
When running `npx lint-to-the-future ignore` I get the following error: ``` /proj-directory/node_modules/lint-to-the-future-eslint/index.js:54 cli = new CLIEngine(); ^ TypeError: CLIEngine is not a constructor at Object.ignoreAll (/proj-directory/node_modules/lint-to-the-future-eslint/index.js:54:11) at Command. (/proj-directory/node_modules/lint-to-the-future/cli.js:159:27) Node.js...