> @sanskrit-coders/sanscript@1.1.0 lint /home/runner/work/sanscript.js/sanscript.js
> node ./node_modules/.bin/eslint '**/*.js'
/home/runner/work/sanscript.js/sanscript.js/src/sanscript.js
Warning: 48:29 warning Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
Warning: 130:41 warning 'options' is defined but never used no-unused-vars
Warning: 141:29 warning Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
Warning: 306:55 warning 'options' is defined but never used no-unused-vars
Warning: 385:26 warning Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins
✖ 5 problems (0 errors, 5 warnings)