RunKit + npm: eslint

node v13.14.0
version: master
endpointsharetweet
const CLIEngine = require("eslint").CLIEngine; const cli = new CLIEngine({ envs: ["node", "mocha"], useEslintrc: false, rules: { 'no-global-assign': 2 } }); cli.executeOnText("global = 'bar';");
Created from: https://npm.runkit.com/eslint
Loading…

no comments

    sign in to comment